Html Css Color HEX #57D8C8 Medium Turquoise

📋 copy color: '#57D8C8'

red 87 ◦ green 216 ◦ blue 200

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

Shades of Medium Turquoise #57D8C8

Tints of Medium Turquoise #57D8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 17.3%
G = 42.94%
B = 39.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#57D8C8 (or 0x57D8C8) is known color: Medium Turquoise. HEX triplet: 57, D8 and C8. RGB value is (87,216,200). Sum of RGB (Red+Green+Blue) = 87+216+200=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8C8 is #A82737. Grayscale: #AFAFAF. Windows color (decimal): -11020088 or 13162583. OLE color: 13162583.

HSL color Cylindrical-coordinate representation of color #57D8C8: hue angle of 172.56º 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 #57D8C8 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 216 200 -
CMYK 0.60 0 0.07 0.15
HSL 172.56º 0.62% 0.59% -
HSV(B) 172.56º 0.6% 0.85% -
XYZ 38.91 55.31 63.27 -
YUV 175.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 87 216 200 0.60 0 0.07 0.15 172.56 0.62 0.59
Hex 57 D8 C8 3C 0 7 F AD 3E 3B
Octal 127 330 310 74 0 7 17 255 76 73
Binary 1010111 11011000 11001000 111100 0 111 1111 10101101 111110 111011

Color Harmonies of #57D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D8C8

Black with #57D8C8

Text Example


Text Example

White with #57D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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