#57F6D2

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

Shades of Turquoise #57F6D2

Tints of Turquoise #57F6D2

Color information

#57F6D2 (or 0x57F6D2) is unknown color: approx Turquoise. HEX triplet: 57, F6 and D2. RGB value is (87,246,210). Sum of RGB (Red+Green+Blue) = 87+246+210=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F6D2 is #A8092D. Grayscale: #C2C2C2. Windows color (decimal): -11012398 or 13825623. OLE color: 13825623.

HSL color Cylindrical-coordinate representation of color #57F6D2: hue angle of 166.42º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F6D2 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB87246210-
CMYK0.6500.150.04
HSL166.42º89.83%65.29%-
HSV(B)166.42º64.63%96.47%-
XYZ48.5272.5972.43-
YUV194.36136.8251.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=16.02%
G=45.30%
B=38.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872462100.6500.150.04166.4289.8365.29
Hex57F6D2410F4a65a41
Octal1273663221010174246132101
Binary101011111110110110100101000001011111001010011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,246,210); }

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

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

 a { background-color: rgb(87,246,210); }

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

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

 span { border-color: rgb(87,246,210); }

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