Html Css Color HEX #59E2D6 Turquoise

📋 copy color: '#59E2D6'

red 89 ◦ green 226 ◦ blue 214

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

Shades of Turquoise #59E2D6

Tints of Turquoise #59E2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 16.82%
G = 42.72%
B = 40.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#59E2D6 (or 0x59E2D6) is known color: Turquoise. HEX triplet: 59, E2 and D6. RGB value is (89,226,214). Sum of RGB (Red+Green+Blue) = 89+226+214=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2D6 is #A61D29. Grayscale: #B7B7B7. Windows color (decimal): -10886442 or 14082649. OLE color: 14082649.

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

Color convert

RGB 89 226 214 -
CMYK 0.61 0 0.05 0.11
HSL 174.74º 0.7% 0.62% -
HSV(B) 174.74º 0.61% 0.89% -
XYZ 43.45 61.37 73.17 -
YUV 183.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 89 226 214 0.61 0 0.05 0.11 174.74 0.7 0.62
Hex 59 E2 D6 3D 0 5 B AF 46 3E
Octal 131 342 326 75 0 5 13 257 106 76
Binary 1011001 11100010 11010110 111101 0 101 1011 10101111 1000110 111110

Color Harmonies of #59E2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2D6

Black with #59E2D6

Text Example


Text Example

White with #59E2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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