#57FAD4

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

Shades of Turquoise #57FAD4

Tints of Turquoise #57FAD4

Color information

#57FAD4 (or 0x57FAD4) is unknown color: approx Turquoise. HEX triplet: 57, FA and D4. RGB value is (87,250,212). Sum of RGB (Red+Green+Blue) = 87+250+212=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FAD4 is #A8052B. Grayscale: #C4C4C4. Windows color (decimal): -11011372 or 13957719. OLE color: 13957719.

HSL color Cylindrical-coordinate representation of color #57FAD4: hue angle of 166.01º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAD4 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB87250212-
CMYK0.6500.150.02
HSL166.01º94.22%66.08%-
HSV(B)166.01º65.2%98.04%-
XYZ5075.1574.16-
YUV196.93136.549.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.85%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=15.85%
G=45.54%
B=38.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872502120.6500.150.02166.0194.2266.08
Hex57FAD4410F2a65e42
Octal1273723241010172246136102
Binary10101111111101011010100100000101111101010011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,250,212); }

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

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

 a { background-color: rgb(87,250,212); }

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

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

 span { border-color: rgb(87,250,212); }

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