Html Css Color HEX #59E2DB Turquoise Blue

📋 copy color: '#59E2DB'

red 89 ◦ green 226 ◦ blue 219

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

Shades of Turquoise Blue #59E2DB

Tints of Turquoise Blue #59E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

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

R = 16.67%
G = 42.32%
B = 41.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#59E2DB (or 0x59E2DB) is known color: Turquoise Blue. HEX triplet: 59, E2 and DB. RGB value is (89,226,219). Sum of RGB (Red+Green+Blue) = 89+226+219=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2DB is #A61D24. Grayscale: #B8B8B8. Windows color (decimal): -10886437 or 14410329. OLE color: 14410329.

HSL color Cylindrical-coordinate representation of color #59E2DB: hue angle of 176.93º degrees, saturation: 0.7, 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 #59E2DB is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 226 219 -
CMYK 0.61 0 0.03 0.11
HSL 176.93º 0.7% 0.62% -
HSV(B) 176.93º 0.61% 0.89% -
XYZ 44.1 61.63 76.59 -
YUV 184.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 89 226 219 0.61 0 0.03 0.11 176.93 0.7 0.62
Hex 59 E2 DB 3D 0 3 B B1 46 3E
Octal 131 342 333 75 0 3 13 261 106 76
Binary 1011001 11100010 11011011 111101 0 11 1011 10110001 1000110 111110

Color Harmonies of #59E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2DB

Black with #59E2DB

Text Example


Text Example

White with #59E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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