Html Css Color HEX #57D4DC Medium Turquoise

📋 copy color: '#57D4DC'

red 87 ◦ green 212 ◦ blue 220

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

Shades of Medium Turquoise #57D4DC

Tints of Medium Turquoise #57D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 16.76%
G = 40.85%
B = 42.39%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57D4DC (or 0x57D4DC) is known color: Medium Turquoise. HEX triplet: 57, D4 and DC. RGB value is (87,212,220). Sum of RGB (Red+Green+Blue) = 87+212+220=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #57D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D4DC is #A82B23. Grayscale: #AFAFAF. Windows color (decimal): -11021092 or 14472279. OLE color: 14472279.

HSL color Cylindrical-coordinate representation of color #57D4DC: hue angle of 183.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D4DC is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 212 220 -
CMYK 0.60 0.04 0 0.14
HSL 183.61º 0.66% 0.6% -
HSV(B) 183.61º 0.6% 0.86% -
XYZ 40.39 54.28 76.06 -
YUV 175.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 87 212 220 0.60 0.04 0 0.14 183.61 0.66 0.6
Hex 57 D4 DC 3C 4 0 E B8 42 3C
Octal 127 324 334 74 4 0 16 270 102 74
Binary 1010111 11010100 11011100 111100 100 0 1110 10111000 1000010 111100

Color Harmonies of #57D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D4DC

Black with #57D4DC

Text Example


Text Example

White with #57D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,212,220); }

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

background-color css

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

 a { background-color: rgb(87,212,220); }

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

border-color css

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

 span { border-color: rgb(87,212,220); }

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