Html Css Color HEX #59E9DB Turquoise

📋 copy color: '#59E9DB'

red 89 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #59E9DB

Tints of Turquoise #59E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.07%

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

R = 16.45%
G = 43.07%
B = 40.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#59E9DB (or 0x59E9DB) is known color: Turquoise. HEX triplet: 59, E9 and DB. RGB value is (89,233,219). Sum of RGB (Red+Green+Blue) = 89+233+219=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9DB is #A61624. Grayscale: #BCBCBC. Windows color (decimal): -10884645 or 14412121. OLE color: 14412121.

HSL color Cylindrical-coordinate representation of color #59E9DB: hue angle of 174.17º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9DB is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 233 219 -
CMYK 0.62 0 0.06 0.09
HSL 174.17º 0.77% 0.63% -
HSV(B) 174.17º 0.62% 0.91% -
XYZ 46.04 65.52 77.24 -
YUV 188.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 89 233 219 0.62 0 0.06 0.09 174.17 0.77 0.63
Hex 59 E9 DB 3E 0 6 9 AE 4D 3F
Octal 131 351 333 76 0 6 11 256 115 77
Binary 1011001 11101001 11011011 111110 0 110 1001 10101110 1001101 111111

Color Harmonies of #59E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E9DB

Black with #59E9DB

Text Example


Text Example

White with #59E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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