Html Css Color HEX #59EED8 Turquoise

📋 copy color: '#59EED8'

red 89 ◦ green 238 ◦ blue 216

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

Shades of Turquoise #59EED8

Tints of Turquoise #59EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.83%

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 16.39%
G = 43.83%
B = 39.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#59EED8 (or 0x59EED8) is known color: Turquoise. HEX triplet: 59, EE and D8. RGB value is (89,238,216). Sum of RGB (Red+Green+Blue) = 89+238+216=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #59EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EED8 is #A61127. Grayscale: #BEBEBE. Windows color (decimal): -10883368 or 14216793. OLE color: 14216793.

HSL color Cylindrical-coordinate representation of color #59EED8: hue angle of 171.14º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EED8 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 238 216 -
CMYK 0.63 0 0.09 0.07
HSL 171.14º 0.81% 0.64% -
HSV(B) 171.14º 0.63% 0.93% -
XYZ 47.09 68.23 75.65 -
YUV 190.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 89 238 216 0.63 0 0.09 0.07 171.14 0.81 0.64
Hex 59 EE D8 3F 0 9 7 AB 51 40
Octal 131 356 330 77 0 11 7 253 121 100
Binary 1011001 11101110 11011000 111111 0 1001 111 10101011 1010001 1000000

Color Harmonies of #59EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EED8

Black with #59EED8

Text Example


Text Example

White with #59EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,238,216); }

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

background-color css

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

 a { background-color: rgb(89,238,216); }

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

border-color css

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

 span { border-color: rgb(89,238,216); }

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