#57CEE7

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

Shades of Turquoise Blue #57CEE7

Tints of Turquoise Blue #57CEE7

Color information

#57CEE7 (or 0x57CEE7) is unknown color: approx Turquoise Blue. HEX triplet: 57, CE and E7. RGB value is (87,206,231). Sum of RGB (Red+Green+Blue) = 87+206+231=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #57CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEE7 is #A83118. Grayscale: #ADADAD. Windows color (decimal): -11022617 or 15191639. OLE color: 15191639.

HSL color Cylindrical-coordinate representation of color #57CEE7: hue angle of 190.42º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CEE7 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB87206231-
CMYK0.620.1100.09
HSL190.42º75%62.35%-
HSV(B)190.42º62.34%90.59%-
XYZ40.4351.9483.5-
YUV173.27160.5866.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.60%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=16.60%
G=39.31%
B=44.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872062310.620.1100.09190.427562.35
Hex57CEE73EB09be4b3e
Octal127316347761301127611376
Binary10101111100111011100111111110101101001101111101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,206,231); }

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

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

 a { background-color: rgb(87,206,231); }

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

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

 span { border-color: rgb(87,206,231); }

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