Html Css Color HEX #59E0D8 Medium Turquoise

📋 copy color: '#59E0D8'

red 89 ◦ green 224 ◦ blue 216

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

Shades of Medium Turquoise #59E0D8

Tints of Medium Turquoise #59E0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 16.82%
G = 42.34%
B = 40.83%

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

#59E0D8 (or 0x59E0D8) is known color: Medium Turquoise. HEX triplet: 59, E0 and D8. RGB value is (89,224,216). Sum of RGB (Red+Green+Blue) = 89+224+216=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0D8 is #A61F27. Grayscale: #B6B6B6. Windows color (decimal): -10886952 or 14213209. OLE color: 14213209.

HSL color Cylindrical-coordinate representation of color #59E0D8: hue angle of 176.44º 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 #59E0D8 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 224 216 -
CMYK 0.60 0 0.04 0.12
HSL 176.44º 0.69% 0.61% -
HSV(B) 176.44º 0.6% 0.88% -
XYZ 43.17 60.39 74.35 -
YUV 182.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 89 224 216 0.60 0 0.04 0.12 176.44 0.69 0.61
Hex 59 E0 D8 3C 0 4 C B0 45 3D
Octal 131 340 330 74 0 4 14 260 105 75
Binary 1011001 11100000 11011000 111100 0 100 1100 10110000 1000101 111101

Color Harmonies of #59E0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0D8

Black with #59E0D8

Text Example


Text Example

White with #59E0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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