Html Css Color HEX #59E4DB Turquoise

📋 copy color: '#59E4DB'

red 89 ◦ green 228 ◦ blue 219

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

Shades of Turquoise #59E4DB

Tints of Turquoise #59E4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 16.6%
G = 42.54%
B = 40.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#59E4DB (or 0x59E4DB) is known color: Turquoise. HEX triplet: 59, E4 and DB. RGB value is (89,228,219). Sum of RGB (Red+Green+Blue) = 89+228+219=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #59E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E4DB is #A61B24. Grayscale: #B9B9B9. Windows color (decimal): -10885925 or 14410841. OLE color: 14410841.

HSL color Cylindrical-coordinate representation of color #59E4DB: hue angle of 176.12º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E4DB is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 228 219 -
CMYK 0.61 0 0.04 0.11
HSL 176.12º 0.72% 0.62% -
HSV(B) 176.12º 0.61% 0.89% -
XYZ 44.65 62.73 76.77 -
YUV 185.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 89 228 219 0.61 0 0.04 0.11 176.12 0.72 0.62
Hex 59 E4 DB 3D 0 4 B B0 48 3E
Octal 131 344 333 75 0 4 13 260 110 76
Binary 1011001 11100100 11011011 111101 0 100 1011 10110000 1001000 111110

Color Harmonies of #59E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E4DB

Black with #59E4DB

Text Example


Text Example

White with #59E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,228,219); }

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

background-color css

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

 a { background-color: rgb(89,228,219); }

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

border-color css

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

 span { border-color: rgb(89,228,219); }

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