#57F9D5

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

Shades of Turquoise #57F9D5

Tints of Turquoise #57F9D5

Color information

#57F9D5 (or 0x57F9D5) is unknown color: approx Turquoise. HEX triplet: 57, F9 and D5. RGB value is (87,249,213). Sum of RGB (Red+Green+Blue) = 87+249+213=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9D5 is #A8062A. Grayscale: #C4C4C4. Windows color (decimal): -11011627 or 14022999. OLE color: 14022999.

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

Color convert

RGB87249213-
CMYK0.6500.140.02
HSL166.67º93.1%65.88%-
HSV(B)166.67º65.06%97.65%-
XYZ49.8274.5874.72-
YUV196.46137.3349.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.85%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=15.85%
G=45.36%
B=38.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872492130.6500.140.02166.6793.165.88
Hex57F9D5410E2a75d42
Octal1273713251010162247135102
Binary10101111111100111010101100000101110101010011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,249,213); }

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

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

 a { background-color: rgb(87,249,213); }

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

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

 span { border-color: rgb(87,249,213); }

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