Html Css Color HEX #57D9CE Medium Turquoise

📋 copy color: '#57D9CE'

red 87 ◦ green 217 ◦ blue 206

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

Shades of Medium Turquoise #57D9CE

Tints of Medium Turquoise #57D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.55%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 17.06%
G = 42.55%
B = 40.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#57D9CE (or 0x57D9CE) is known color: Medium Turquoise. HEX triplet: 57, D9 and CE. RGB value is (87,217,206). Sum of RGB (Red+Green+Blue) = 87+217+206=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #57D9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D9CE is #A82631. Grayscale: #B0B0B0. Windows color (decimal): -11019826 or 13556055. OLE color: 13556055.

HSL color Cylindrical-coordinate representation of color #57D9CE: hue angle of 174.92º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D9CE is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 217 206 -
CMYK 0.60 0 0.05 0.15
HSL 174.92º 0.63% 0.6% -
HSV(B) 174.92º 0.6% 0.85% -
XYZ 39.88 56.11 67.12 -
YUV 176.88 144.43 63.89 -
System Red Green Blue C M Y K H S L
Decimal 87 217 206 0.60 0 0.05 0.15 174.92 0.63 0.6
Hex 57 D9 CE 3C 0 5 F AF 3F 3C
Octal 127 331 316 74 0 5 17 257 77 74
Binary 1010111 11011001 11001110 111100 0 101 1111 10101111 111111 111100

Color Harmonies of #57D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D9CE

Black with #57D9CE

Text Example


Text Example

White with #57D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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