Html Css Color HEX #59E0D5 Medium Turquoise

📋 copy color: '#59E0D5'

red 89 ◦ green 224 ◦ blue 213

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

Shades of Medium Turquoise #59E0D5

Tints of Medium Turquoise #59E0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 16.92%
G = 42.59%
B = 40.49%

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

#59E0D5 (or 0x59E0D5) is known color: Medium Turquoise. HEX triplet: 59, E0 and D5. RGB value is (89,224,213). Sum of RGB (Red+Green+Blue) = 89+224+213=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0D5 is #A61F2A. Grayscale: #B6B6B6. Windows color (decimal): -10886955 or 14016601. OLE color: 14016601.

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

Color convert

RGB 89 224 213 -
CMYK 0.60 0 0.05 0.12
HSL 175.11º 0.69% 0.61% -
HSV(B) 175.11º 0.6% 0.88% -
XYZ 42.79 60.24 72.32 -
YUV 182.38 145.27 61.39 -
System Red Green Blue C M Y K H S L
Decimal 89 224 213 0.60 0 0.05 0.12 175.11 0.69 0.61
Hex 59 E0 D5 3C 0 5 C AF 45 3D
Octal 131 340 325 74 0 5 14 257 105 75
Binary 1011001 11100000 11010101 111100 0 101 1100 10101111 1000101 111101

Color Harmonies of #59E0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0D5

Black with #59E0D5

Text Example


Text Example

White with #59E0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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