Html Css Color HEX #57D8D7 Medium Turquoise

📋 copy color: '#57D8D7'

red 87 ◦ green 216 ◦ blue 215

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

Shades of Medium Turquoise #57D8D7

Tints of Medium Turquoise #57D8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 16.8%
G = 41.7%
B = 41.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#57D8D7 (or 0x57D8D7) is known color: Medium Turquoise. HEX triplet: 57, D8 and D7. RGB value is (87,216,215). Sum of RGB (Red+Green+Blue) = 87+216+215=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8D7 is #A82728. Grayscale: #B1B1B1. Windows color (decimal): -11020073 or 14145623. OLE color: 14145623.

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

Color convert

RGB 87 216 215 -
CMYK 0.60 0 0.00 0.15
HSL 179.53º 0.62% 0.59% -
HSV(B) 179.53º 0.6% 0.85% -
XYZ 40.75 56.04 72.96 -
YUV 177.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 87 216 215 0.60 0 0.00 0.15 179.53 0.62 0.59
Hex 57 D8 D7 3C 0 0 F B4 3E 3B
Octal 127 330 327 74 0 0 17 264 76 73
Binary 1010111 11011000 11010111 111100 0 0 1111 10110100 111110 111011

Color Harmonies of #57D8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D8D7

Black with #57D8D7

Text Example


Text Example

White with #57D8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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