Html Css Color HEX #59E4D6 Turquoise

📋 copy color: '#59E4D6'

red 89 ◦ green 228 ◦ blue 214

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

Shades of Turquoise #59E4D6

Tints of Turquoise #59E4D6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

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

R = 16.76%
G = 42.94%
B = 40.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#59E4D6 (or 0x59E4D6) is known color: Turquoise. HEX triplet: 59, E4 and D6. RGB value is (89,228,214). Sum of RGB (Red+Green+Blue) = 89+228+214=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #59E4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E4D6 is #A61B29. Grayscale: #B8B8B8. Windows color (decimal): -10885930 or 14083161. OLE color: 14083161.

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

Color convert

RGB 89 228 214 -
CMYK 0.61 0 0.06 0.11
HSL 173.96º 0.72% 0.62% -
HSV(B) 173.96º 0.61% 0.89% -
XYZ 44 62.47 73.36 -
YUV 184.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 89 228 214 0.61 0 0.06 0.11 173.96 0.72 0.62
Hex 59 E4 D6 3D 0 6 B AE 48 3E
Octal 131 344 326 75 0 6 13 256 110 76
Binary 1011001 11100100 11010110 111101 0 110 1011 10101110 1001000 111110

Color Harmonies of #59E4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E4D6

Black with #59E4D6

Text Example


Text Example

White with #59E4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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