Html Css Color HEX #59DCD7 Medium Turquoise

📋 copy color: '#59DCD7'

red 89 ◦ green 220 ◦ blue 215

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

Shades of Medium Turquoise #59DCD7

Tints of Medium Turquoise #59DCD7

RGB

 RED value IS 89 (35.16% from 255) = 16.98%

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 16.98%
G = 41.98%
B = 41.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#59DCD7 (or 0x59DCD7) is known color: Medium Turquoise. HEX triplet: 59, DC and D7. RGB value is (89,220,215). Sum of RGB (Red+Green+Blue) = 89+220+215=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCD7 is #A62328. Grayscale: #B4B4B4. Windows color (decimal): -10887977 or 14146649. OLE color: 14146649.

HSL color Cylindrical-coordinate representation of color #59DCD7: hue angle of 177.71º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCD7 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 220 215 -
CMYK 0.60 0 0.02 0.14
HSL 177.71º 0.65% 0.61% -
HSV(B) 177.71º 0.6% 0.86% -
XYZ 41.98 58.22 73.31 -
YUV 180.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 89 220 215 0.60 0 0.02 0.14 177.71 0.65 0.61
Hex 59 DC D7 3C 0 2 E B2 41 3D
Octal 131 334 327 74 0 2 16 262 101 75
Binary 1011001 11011100 11010111 111100 0 10 1110 10110010 1000001 111101

Color Harmonies of #59DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCD7

Black with #59DCD7

Text Example


Text Example

White with #59DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59DCD7; }

 p { color: rgb(89,220,215); }

 H1.HeaderClassName
 {
   color: #59DCD7;
 }
 .AnyTagClassName
 {
   color: #59DCD7;
 }
</style>

background-color css

<style>
 a { background-color: #59DCD7; }

 a { background-color: rgb(89,220,215); }

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

border-color css

<style>
 span { border-color: #59DCD7; }

 span { border-color: rgb(89,220,215); }

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