Html Css Color HEX #59E5DB Turquoise

📋 copy color: '#59E5DB'

red 89 ◦ green 229 ◦ blue 219

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

Shades of Turquoise #59E5DB

Tints of Turquoise #59E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

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

R = 16.57%
G = 42.64%
B = 40.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#59E5DB (or 0x59E5DB) is known color: Turquoise. HEX triplet: 59, E5 and DB. RGB value is (89,229,219). Sum of RGB (Red+Green+Blue) = 89+229+219=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5DB is #A61A24. Grayscale: #B9B9B9. Windows color (decimal): -10885669 or 14411097. OLE color: 14411097.

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

Color convert

RGB 89 229 219 -
CMYK 0.61 0 0.04 0.10
HSL 175.71º 0.73% 0.62% -
HSV(B) 175.71º 0.61% 0.9% -
XYZ 44.93 63.28 76.86 -
YUV 186 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 89 229 219 0.61 0 0.04 0.10 175.71 0.73 0.62
Hex 59 E5 DB 3D 0 4 A B0 49 3E
Octal 131 345 333 75 0 4 12 260 111 76
Binary 1011001 11100101 11011011 111101 0 100 1010 10110000 1001001 111110

Color Harmonies of #59E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E5DB

Black with #59E5DB

Text Example


Text Example

White with #59E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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