COLOR #57BEC1

HEX: #57BEC1
RGB: (87,190,193)

Color info

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

RGB color model

#57BEC1 color RGB value is (87,190,193).

  • red value is 87;
  • green value is 190;
  • blue value is 193.
RGB:
(87,190,193)
(34%,75%,76%)

RGB channels and saturation

R 87 of 255 = 34%
G 190 of 255 = 75%
B 193 of 255 = 76%

87
190
193

R + G + B ~ 62%. #57BEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 190 + 193 = 470 (100%)
R 87 of 470 ~ 18.51%
G 190 of 470 ~ 40.43%
B 193 of 470 ~ 41.06%

%18.51
%40.43
%41.06

CMYK color model

#57BEC1 color CMYK value is (55,2,0,24).

  • cyan value is 54.92%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(55,2,0,24)
C55M2Y0K24 
(55%,2%,0%,24%)
(0.55/0.02/0.00/0.24)	

CMYK percentages

%54.92
%1.55
%0
%24.31

Codes

Color #57BEC1 in popluar color models

57BEC1
RGB87190193
HSL182°46.09%54.90%
HSB/HSV182°54.92%75.69%
CMYK54.92%1.55%0.00%
24.31%

Color #57BEC1 in popluar number systems.

HEX57BEC1
Decimal87190193
Binary10101111011111011000001
Octal127276301

Shades and tints

Shades of #57BEC1

#57BEC1
(87,190,193)
#50ADB0
(80,173,176)
#499C9F
(73,156,159)
#428B8E
(66,139,142)
#3B7A7D
(59,122,125)
#34696C
(52,105,108)
#2D585B
(45,88,91)
#26474A
(38,71,74)
#1F3639
(31,54,57)
#182528
(24,37,40)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #57BEC1

#57BEC1
(87,190,193)
#66C3C6
(102,195,198)
#75C8CB
(117,200,203)
#84CDD0
(132,205,208)
#93D2D5
(147,210,213)
#A2D7DA
(162,215,218)
#B1DCDF
(177,220,223)
#C0E1E4
(192,225,228)
#CFE6E9
(207,230,233)
#DEEBEE
(222,235,238)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BEC1 color. Also use rgb(87,190,193) instead hex code.

Text Font Color

.myTextColor { color: #57BEC1; }

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

This text font color is #57BEC1.


Background Color

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

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

This div background color is #57BEC1.


Border color

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

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

This div border color is #57BEC1.


Opacity

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

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

Text with #57BEC1 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 #57BEC1;}

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

This text has shadow with #57BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BEC1 on black background.


Color preview on white background

This text has color #57BEC1 on white background.



Black color preview on #57BEC1 background

This text has black color on #57BEC1 background.


White color preview on #57BEC1 background

This text has white color on #57BEC1 background.