#57F6D3

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

Shades of Turquoise #57F6D3

Tints of Turquoise #57F6D3

Color information

#57F6D3 (or 0x57F6D3) is unknown color: approx Turquoise. HEX triplet: 57, F6 and D3. RGB value is (87,246,211). Sum of RGB (Red+Green+Blue) = 87+246+211=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F6D3 is #A8092C. Grayscale: #C2C2C2. Windows color (decimal): -11012397 or 13891159. OLE color: 13891159.

HSL color Cylindrical-coordinate representation of color #57F6D3: hue angle of 166.79º 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 #57F6D3 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB87246211-
CMYK0.6500.140.04
HSL166.79º89.83%65.29%-
HSV(B)166.79º64.63%96.47%-
XYZ48.6472.6473.09-
YUV194.47137.3251.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.99%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 211 (82.81% from 255) = 38.79%
R=15.99%
G=45.22%
B=38.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872462110.6500.140.04166.7989.8365.29
Hex57F6D3410E4a75a41
Octal1273663231010164247132101
Binary101011111110110110100111000001011101001010011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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