#57D8E8

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

Shades of Turquoise Blue #57D8E8

Tints of Turquoise Blue #57D8E8

Color information

#57D8E8 (or 0x57D8E8) is unknown color: approx Turquoise Blue. HEX triplet: 57, D8 and E8. RGB value is (87,216,232). Sum of RGB (Red+Green+Blue) = 87+216+232=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #57D8E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D8E8 is #A82717. Grayscale: #B3B3B3. Windows color (decimal): -11020056 or 15259735. OLE color: 15259735.

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

Color convert

RGB87216232-
CMYK0.620.0700.09
HSL186.62º75.92%62.55%-
HSV(B)186.62º62.5%90.98%-
XYZ43.0556.9685.07-
YUV179.25157.7662.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.26%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=16.26%
G=40.37%
B=43.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872162320.620.0700.09186.6275.9262.55
Hex57D8E83E709bb4c3f
Octal12733035076701127311477
Binary1010111110110001110100011111011101001101110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,216,232); }

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

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

 a { background-color: rgb(87,216,232); }

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

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

 span { border-color: rgb(87,216,232); }

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