COLOR #57B8C8

HEX: #57B8C8
RGB: (87,184,200)

Color info

#57B8C8 contains mainly green and blue colors. Web safe color of #57B8C8 is #66CCCC (or #6CC).

RGB color model

#57B8C8 color RGB value is (87,184,200).

  • red value is 87;
  • green value is 184;
  • blue value is 200.
RGB:
(87,184,200)
(34%,72%,78%)

RGB channels and saturation

R 87 of 255 = 34%
G 184 of 255 = 72%
B 200 of 255 = 78%

87
184
200

R + G + B ~ 61%. #57B8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 184 + 200 = 471 (100%)
R 87 of 471 ~ 18.47%
G 184 of 471 ~ 39.07%
B 200 of 471 ~ 42.46%

%18.47
%39.07
%42.46

CMYK color model

#57B8C8 color CMYK value is (57,8,0,22).

  • cyan value is 56.50%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(57,8,0,22)
C57M8Y0K22 
(57%,8%,0%,22%)
(0.57/0.08/0.00/0.22)	

CMYK percentages

%56.5
%8
%0
%21.57

Codes

Color #57B8C8 in popluar color models

57B8C8
RGB87184200
HSL188°50.67%56.27%
HSB/HSV188°56.50%78.43%
CMYK56.50%8.00%0.00%
21.57%

Color #57B8C8 in popluar number systems.

HEX57B8C8
Decimal87184200
Binary10101111011100011001000
Octal127270310

Shades and tints

Shades of #57B8C8

#57B8C8
(87,184,200)
#50A8B6
(80,168,182)
#4998A4
(73,152,164)
#428892
(66,136,146)
#3B7880
(59,120,128)
#34686E
(52,104,110)
#2D585C
(45,88,92)
#26484A
(38,72,74)
#1F3838
(31,56,56)
#182826
(24,40,38)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #57B8C8

#57B8C8
(87,184,200)
#66BECD
(102,190,205)
#75C4D2
(117,196,210)
#84CAD7
(132,202,215)
#93D0DC
(147,208,220)
#A2D6E1
(162,214,225)
#B1DCE6
(177,220,230)
#C0E2EB
(192,226,235)
#CFE8F0
(207,232,240)
#DEEEF5
(222,238,245)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B8C8 color. Also use rgb(87,184,200) instead hex code.

Text Font Color

.myTextColor { color: #57B8C8; }

<p style="color:#57B8C8">This sample text font color is #57B8C8.</p>

This text font color is #57B8C8.


Background Color

.myBgColor { background-color: #57B8C8; }

<div style="background-color:#57B8C8">Inner text</div>

This div background color is #57B8C8.


Border color

.myBorderColor { border: 1px solid #57B8C8; }

<div style="border:3px solid #57B8C8">Div</div>

This div border color is #57B8C8.


Opacity

.myOpacity80 { color: #57B8C8; opacity: 0.8; }

<p style="color:#57B8C8;opacity:0.8;">80%</p>

Text with #57B8C8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57B8C8;}

<p style="text-shadow: 3px 3px 1px #57B8C8">Text here.</p>

This text has shadow with #57B8C8 color.

.textShadow {text-shadow: 3px 3px 1px #57B8C8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57B8C8, 5px 5px 20px red">Text here.</p>

This text has shadow with #57B8C8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57B8C8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57B8C8, Direction=45, Strength=4)">Text</p>

This text has shadow with #57B8C8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57B8C8;
  -webkit-box-shadow:	1px 1px 3px 2px #57B8C8;
  box-shadow:		1px 1px 3px 2px #57B8C8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57B8C8;
-webkit-box-shadow: 1px 1px 3px 2px #57B8C8;
box-shadow:1px 1px 3px 2px #57B8C8;">
Div content here</div>
This div box has shadow with color #57B8C8.

Preview

Color preview on black background

This text has color #57B8C8 on black background.


Color preview on white background

This text has color #57B8C8 on white background.



Black color preview on #57B8C8 background

This text has black color on #57B8C8 background.


White color preview on #57B8C8 background

This text has white color on #57B8C8 background.