#57F8D7

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

Shades of Turquoise #57F8D7

Tints of Turquoise #57F8D7

Color information

#57F8D7 (or 0x57F8D7) is unknown color: approx Turquoise. HEX triplet: 57, F8 and D7. RGB value is (87,248,215). Sum of RGB (Red+Green+Blue) = 87+248+215=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8D7 is #A80728. Grayscale: #C4C4C4. Windows color (decimal): -11011881 or 14153815. OLE color: 14153815.

HSL color Cylindrical-coordinate representation of color #57F8D7: hue angle of 167.7º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8D7 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB87248215-
CMYK0.6500.130.03
HSL167.7º92%65.69%-
HSV(B)167.7º64.92%97.25%-
XYZ49.7674.0775.96-
YUV196.1138.6650.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.82%
GREEN value IS 248 (97.27% from 255) = 45.09%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=15.82%
G=45.09%
B=39.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872482150.6500.130.03167.79265.69
Hex57F8D7410D3a85c42
Octal1273703271010153250134102
Binary10101111111100011010111100000101101111010100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,248,215); }

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

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

 a { background-color: rgb(87,248,215); }

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

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

 span { border-color: rgb(87,248,215); }

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