Html Css Color HEX #59E0D4 Medium Turquoise

📋 copy color: '#59E0D4'

red 89 ◦ green 224 ◦ blue 212

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

Shades of Medium Turquoise #59E0D4

Tints of Medium Turquoise #59E0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.38%

R = 16.95%
G = 42.67%
B = 40.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#59E0D4 (or 0x59E0D4) is known color: Medium Turquoise. HEX triplet: 59, E0 and D4. RGB value is (89,224,212). Sum of RGB (Red+Green+Blue) = 89+224+212=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0D4 is #A61F2B. Grayscale: #B6B6B6. Windows color (decimal): -10886956 or 13951065. OLE color: 13951065.

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

Color convert

RGB 89 224 212 -
CMYK 0.60 0 0.05 0.12
HSL 174.67º 0.69% 0.61% -
HSV(B) 174.67º 0.6% 0.88% -
XYZ 42.66 60.19 71.66 -
YUV 182.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 89 224 212 0.60 0 0.05 0.12 174.67 0.69 0.61
Hex 59 E0 D4 3C 0 5 C AF 45 3D
Octal 131 340 324 74 0 5 14 257 105 75
Binary 1011001 11100000 11010100 111100 0 101 1100 10101111 1000101 111101

Color Harmonies of #59E0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0D4

Black with #59E0D4

Text Example


Text Example

White with #59E0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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