#57FBC9

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

Shades of Turquoise #57FBC9

Tints of Turquoise #57FBC9

Color information

#57FBC9 (or 0x57FBC9) is unknown color: approx Turquoise. HEX triplet: 57, FB and C9. RGB value is (87,251,201). Sum of RGB (Red+Green+Blue) = 87+251+201=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBC9 is #A80436. Grayscale: #C4C4C4. Windows color (decimal): -11011127 or 13237079. OLE color: 13237079.

HSL color Cylindrical-coordinate representation of color #57FBC9: hue angle of 161.71º degrees, saturation: 0.95, 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 #57FBC9 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB87251201-
CMYK0.6500.200.02
HSL161.71º95.35%66.27%-
HSV(B)161.71º65.34%98.43%-
XYZ48.9775.2467.2-
YUV196.26130.6750.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.14%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=16.14%
G=46.57%
B=37.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872512010.6500.200.02161.7195.3566.27
Hex57FBC9410142a25f42
Octal1273733111010242242137102
Binary101011111111011110010011000001010100101010001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,251,201); }

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

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

 a { background-color: rgb(87,251,201); }

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

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

 span { border-color: rgb(87,251,201); }

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