Html Css Color HEX #59EEDE Turquoise

📋 copy color: '#59EEDE'

red 89 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #59EEDE

Tints of Turquoise #59EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 16.21%
G = 43.35%
B = 40.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#59EEDE (or 0x59EEDE) is known color: Turquoise. HEX triplet: 59, EE and DE. RGB value is (89,238,222). Sum of RGB (Red+Green+Blue) = 89+238+222=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEDE is #A61121. Grayscale: #BFBFBF. Windows color (decimal): -10883362 or 14610009. OLE color: 14610009.

HSL color Cylindrical-coordinate representation of color #59EEDE: hue angle of 173.56º 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 #59EEDE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 238 222 -
CMYK 0.63 0 0.07 0.07
HSL 173.56º 0.81% 0.64% -
HSV(B) 173.56º 0.63% 0.93% -
XYZ 47.88 68.55 79.81 -
YUV 191.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 89 238 222 0.63 0 0.07 0.07 173.56 0.81 0.64
Hex 59 EE DE 3F 0 7 7 AE 51 40
Octal 131 356 336 77 0 7 7 256 121 100
Binary 1011001 11101110 11011110 111111 0 111 111 10101110 1010001 1000000

Color Harmonies of #59EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EEDE

Black with #59EEDE

Text Example


Text Example

White with #59EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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