Html Css Color HEX #57FCD9 Turquoise

📋 copy color: '#57FCD9'

red 87 ◦ green 252 ◦ blue 217

#57FCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #57FCD9

Tints of Turquoise #57FCD9

RGB

 RED value IS 87 (34.38% from 255) = 15.65%

 GREEN value IS 252 (98.83% from 255) = 45.32%

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 15.65%
G = 45.32%
B = 39.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#57FCD9 (or 0x57FCD9) is known color: Turquoise. HEX triplet: 57, FC and D9. RGB value is (87,252,217). Sum of RGB (Red+Green+Blue) = 87+252+217=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCD9 is #A80326. Grayscale: #C6C6C6. Windows color (decimal): -11010855 or 14285911. OLE color: 14285911.

HSL color Cylindrical-coordinate representation of color #57FCD9: hue angle of 167.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCD9 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 252 217 -
CMYK 0.65 0 0.14 0.01
HSL 167.27º 0.96% 0.66% -
HSV(B) 167.27º 0.65% 0.99% -
XYZ 51.27 76.66 77.74 -
YUV 198.68 138.34 48.35 -
System Red Green Blue C M Y K H S L
Decimal 87 252 217 0.65 0 0.14 0.01 167.27 0.96 0.66
Hex 57 FC D9 41 0 E 1 A7 60 42
Octal 127 374 331 101 0 16 1 247 140 102
Binary 1010111 11111100 11011001 1000001 0 1110 1 10100111 1100000 1000010

Color Harmonies of #57FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCD9

Black with #57FCD9

Text Example


Text Example

White with #57FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,252,217); }

 H1.HeaderClassName
 {
   color: #57FCD9;
 }
 .AnyTagClassName
 {
   color: #57FCD9;
 }
</style>

background-color css

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

 a { background-color: rgb(87,252,217); }

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

border-color css

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

 span { border-color: rgb(87,252,217); }

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