Html Css Color HEX #59E1DA Medium Turquoise

📋 copy color: '#59E1DA'

red 89 ◦ green 225 ◦ blue 218

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

Shades of Medium Turquoise #59E1DA

Tints of Medium Turquoise #59E1DA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 16.73%
G = 42.29%
B = 40.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#59E1DA (or 0x59E1DA) is known color: Medium Turquoise. HEX triplet: 59, E1 and DA. RGB value is (89,225,218). Sum of RGB (Red+Green+Blue) = 89+225+218=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1DA is #A61E25. Grayscale: #B7B7B7. Windows color (decimal): -10886694 or 14344537. OLE color: 14344537.

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

Color convert

RGB 89 225 218 -
CMYK 0.60 0 0.03 0.12
HSL 176.91º 0.69% 0.62% -
HSV(B) 176.91º 0.6% 0.88% -
XYZ 43.7 61.04 75.81 -
YUV 183.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 89 225 218 0.60 0 0.03 0.12 176.91 0.69 0.62
Hex 59 E1 DA 3C 0 3 C B1 45 3E
Octal 131 341 332 74 0 3 14 261 105 76
Binary 1011001 11100001 11011010 111100 0 11 1100 10110001 1000101 111110

Color Harmonies of #59E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E1DA

Black with #59E1DA

Text Example


Text Example

White with #59E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,225,218); }

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

background-color css

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

 a { background-color: rgb(89,225,218); }

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

border-color css

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

 span { border-color: rgb(89,225,218); }

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