Html Css Color HEX #59ECC9 Turquoise

📋 copy color: '#59ECC9'

red 89 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #59ECC9

Tints of Turquoise #59ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.87%

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 16.92%
G = 44.87%
B = 38.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#59ECC9 (or 0x59ECC9) is known color: Turquoise. HEX triplet: 59, EC and C9. RGB value is (89,236,201). Sum of RGB (Red+Green+Blue) = 89+236+201=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECC9 is #A61336. Grayscale: #BCBCBC. Windows color (decimal): -10883895 or 13233241. OLE color: 13233241.

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

Color convert

RGB 89 236 201 -
CMYK 0.62 0 0.15 0.07
HSL 165.71º 0.79% 0.64% -
HSV(B) 165.71º 0.62% 0.93% -
XYZ 44.66 66.33 65.71 -
YUV 188.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 89 236 201 0.62 0 0.15 0.07 165.71 0.79 0.64
Hex 59 EC C9 3E 0 F 7 A6 4F 40
Octal 131 354 311 76 0 17 7 246 117 100
Binary 1011001 11101100 11001001 111110 0 1111 111 10100110 1001111 1000000

Color Harmonies of #59ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECC9

Black with #59ECC9

Text Example


Text Example

White with #59ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,236,201); }

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

background-color css

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

 a { background-color: rgb(89,236,201); }

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

border-color css

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

 span { border-color: rgb(89,236,201); }

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