Html Css Color HEX #59E0D7 Medium Turquoise

📋 copy color: '#59E0D7'

red 89 ◦ green 224 ◦ blue 215

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

Shades of Medium Turquoise #59E0D7

Tints of Medium Turquoise #59E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

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

R = 16.86%
G = 42.42%
B = 40.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#59E0D7 (or 0x59E0D7) is known color: Medium Turquoise. HEX triplet: 59, E0 and D7. RGB value is (89,224,215). Sum of RGB (Red+Green+Blue) = 89+224+215=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0D7 is #A61F28. Grayscale: #B6B6B6. Windows color (decimal): -10886953 or 14147673. OLE color: 14147673.

HSL color Cylindrical-coordinate representation of color #59E0D7: hue angle of 176º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E0D7 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 224 215 -
CMYK 0.60 0 0.04 0.12
HSL 176º 0.69% 0.61% -
HSV(B) 176º 0.6% 0.88% -
XYZ 43.04 60.34 73.67 -
YUV 182.61 146.27 61.23 -
System Red Green Blue C M Y K H S L
Decimal 89 224 215 0.60 0 0.04 0.12 176 0.69 0.61
Hex 59 E0 D7 3C 0 4 C B0 45 3D
Octal 131 340 327 74 0 4 14 260 105 75
Binary 1011001 11100000 11010111 111100 0 100 1100 10110000 1000101 111101

Color Harmonies of #59E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0D7

Black with #59E0D7

Text Example


Text Example

White with #59E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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