Html Css Color HEX #59ECCC Turquoise

📋 copy color: '#59ECCC'

red 89 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #59ECCC

Tints of Turquoise #59ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 16.82%
G = 44.61%
B = 38.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#59ECCC (or 0x59ECCC) is known color: Turquoise. HEX triplet: 59, EC and CC. RGB value is (89,236,204). Sum of RGB (Red+Green+Blue) = 89+236+204=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECCC is #A61333. Grayscale: #BCBCBC. Windows color (decimal): -10883892 or 13429849. OLE color: 13429849.

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

Color convert

RGB 89 236 204 -
CMYK 0.62 0 0.14 0.07
HSL 166.94º 0.79% 0.64% -
HSV(B) 166.94º 0.62% 0.93% -
XYZ 45.01 66.47 67.59 -
YUV 188.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 89 236 204 0.62 0 0.14 0.07 166.94 0.79 0.64
Hex 59 EC CC 3E 0 E 7 A7 4F 40
Octal 131 354 314 76 0 16 7 247 117 100
Binary 1011001 11101100 11001100 111110 0 1110 111 10100111 1001111 1000000

Color Harmonies of #59ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECCC

Black with #59ECCC

Text Example


Text Example

White with #59ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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