#57CDEA

Color #57CDEA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #57CDEA

Tints of Turquoise Blue #57CDEA

Color information

#57CDEA (or 0x57CDEA) is unknown color: approx Turquoise Blue. HEX triplet: 57, CD and EA. RGB value is (87,205,234). Sum of RGB (Red+Green+Blue) = 87+205+234=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #57CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDEA is #A83215. Grayscale: #ACACAC. Windows color (decimal): -11022870 or 15387991. OLE color: 15387991.

HSL color Cylindrical-coordinate representation of color #57CDEA: hue angle of 191.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57CDEA is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB87205234-
CMYK0.630.1200.08
HSL191.84º77.78%62.94%-
HSV(B)191.84º62.82%91.76%-
XYZ40.6151.6385.67-
YUV173.02162.4166.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 16.54%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=16.54%
G=38.97%
B=44.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal872052340.630.1200.08191.8477.7862.94
Hex57CDEA3FC08c04e3f
Octal127315352771401030011677
Binary10101111100110111101010111111110001000110000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57CDEA; }

 p { color: rgb(87,205,234); }

 H1.HeaderClassName
 {
   color: #57CDEA;
 }
 .AnyTagClassName
 {
   color: #57CDEA;
 }
</style>
background-color css

<style>
 a { background-color: #57CDEA; }

 a { background-color: rgb(87,205,234); }

 div.DivClassName
 {
   background-color: #57CDEA;
 }
 .BgClassName
 {
   background-color: #57CDEA;
 }
</style>
border-color css

<style>
 span { border-color: #57CDEA; }

 span { border-color: rgb(87,205,234); }

 td.TdClassName
 {
   border-color: #57CDEA;
 }
 .TagClassName
 {
   border-color: #57CDEA;
 }
</style>