Html Css Color HEX #59EED2 Turquoise

📋 copy color: '#59EED2'

red 89 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #59EED2

Tints of Turquoise #59EED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 16.57%
G = 44.32%
B = 39.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#59EED2 (or 0x59EED2) is known color: Turquoise. HEX triplet: 59, EE and D2. RGB value is (89,238,210). Sum of RGB (Red+Green+Blue) = 89+238+210=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #59EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EED2 is #A6112D. Grayscale: #BEBEBE. Windows color (decimal): -10883374 or 13823577. OLE color: 13823577.

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

Color convert

RGB 89 238 210 -
CMYK 0.63 0 0.12 0.07
HSL 168.72º 0.81% 0.64% -
HSV(B) 168.72º 0.63% 0.93% -
XYZ 46.33 67.93 71.64 -
YUV 190.26 139.14 55.78 -
System Red Green Blue C M Y K H S L
Decimal 89 238 210 0.63 0 0.12 0.07 168.72 0.81 0.64
Hex 59 EE D2 3F 0 C 7 A9 51 40
Octal 131 356 322 77 0 14 7 251 121 100
Binary 1011001 11101110 11010010 111111 0 1100 111 10101001 1010001 1000000

Color Harmonies of #59EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EED2

Black with #59EED2

Text Example


Text Example

White with #59EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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