Html Css Color HEX #59E2D0 Turquoise

📋 copy color: '#59E2D0'

red 89 ◦ green 226 ◦ blue 208

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

Shades of Turquoise #59E2D0

Tints of Turquoise #59E2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 17.02%
G = 43.21%
B = 39.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#59E2D0 (or 0x59E2D0) is known color: Turquoise. HEX triplet: 59, E2 and D0. RGB value is (89,226,208). Sum of RGB (Red+Green+Blue) = 89+226+208=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2D0 is #A61D2F. Grayscale: #B6B6B6. Windows color (decimal): -10886448 or 13689433. OLE color: 13689433.

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

Color convert

RGB 89 226 208 -
CMYK 0.61 0 0.08 0.11
HSL 172.12º 0.7% 0.62% -
HSV(B) 172.12º 0.61% 0.89% -
XYZ 42.7 61.07 69.21 -
YUV 182.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 89 226 208 0.61 0 0.08 0.11 172.12 0.7 0.62
Hex 59 E2 D0 3D 0 8 B AC 46 3E
Octal 131 342 320 75 0 10 13 254 106 76
Binary 1011001 11100010 11010000 111101 0 1000 1011 10101100 1000110 111110

Color Harmonies of #59E2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2D0

Black with #59E2D0

Text Example


Text Example

White with #59E2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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