Html Css Color HEX #57D8D0 Medium Turquoise

📋 copy color: '#57D8D0'

red 87 ◦ green 216 ◦ blue 208

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

Shades of Medium Turquoise #57D8D0

Tints of Medium Turquoise #57D8D0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 17.03%
G = 42.27%
B = 40.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#57D8D0 (or 0x57D8D0) is known color: Medium Turquoise. HEX triplet: 57, D8 and D0. RGB value is (87,216,208). Sum of RGB (Red+Green+Blue) = 87+216+208=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8D0 is #A8272F. Grayscale: #B0B0B0. Windows color (decimal): -11020080 or 13686871. OLE color: 13686871.

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

Color convert

RGB 87 216 208 -
CMYK 0.60 0 0.04 0.15
HSL 176.28º 0.62% 0.59% -
HSV(B) 176.28º 0.6% 0.85% -
XYZ 39.87 55.69 68.32 -
YUV 176.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 87 216 208 0.60 0 0.04 0.15 176.28 0.62 0.59
Hex 57 D8 D0 3C 0 4 F B0 3E 3B
Octal 127 330 320 74 0 4 17 260 76 73
Binary 1010111 11011000 11010000 111100 0 100 1111 10110000 111110 111011

Color Harmonies of #57D8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D8D0

Black with #57D8D0

Text Example


Text Example

White with #57D8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,216,208); }

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

background-color css

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

 a { background-color: rgb(87,216,208); }

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

border-color css

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

 span { border-color: rgb(87,216,208); }

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