#57CAE0

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

Shades of Turquoise Blue #57CAE0

Tints of Turquoise Blue #57CAE0

Color information

#57CAE0 (or 0x57CAE0) is unknown color: approx Turquoise Blue. HEX triplet: 57, CA and E0. RGB value is (87,202,224). Sum of RGB (Red+Green+Blue) = 87+202+224=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #57CAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CAE0 is #A8351F. Grayscale: #A9A9A9. Windows color (decimal): -11023648 or 14731863. OLE color: 14731863.

HSL color Cylindrical-coordinate representation of color #57CAE0: hue angle of 189.64º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CAE0 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87202224-
CMYK0.610.1000.12
HSL189.64º68.84%60.98%-
HSV(B)189.64º61.16%87.84%-
XYZ38.5149.6578.07-
YUV170.12158.468.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.96%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=16.96%
G=39.38%
B=43.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal872022240.610.1000.12189.6468.8460.98
Hex57CAE03DA0Cbe453d
Octal127312340751201427610575
Binary10101111100101011100000111101101001100101111101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,202,224); }

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

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

 a { background-color: rgb(87,202,224); }

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

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

 span { border-color: rgb(87,202,224); }

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