Html Css Color HEX #59EACB Turquoise

📋 copy color: '#59EACB'

red 89 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #59EACB

Tints of Turquoise #59EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.49%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 16.92%
G = 44.49%
B = 38.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#59EACB (or 0x59EACB) is known color: Turquoise. HEX triplet: 59, EA and CB. RGB value is (89,234,203). Sum of RGB (Red+Green+Blue) = 89+234+203=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #59EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EACB is #A61534. Grayscale: #BBBBBB. Windows color (decimal): -10884405 or 13363801. OLE color: 13363801.

HSL color Cylindrical-coordinate representation of color #59EACB: hue angle of 167.17º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EACB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 234 203 -
CMYK 0.62 0 0.13 0.08
HSL 167.17º 0.78% 0.63% -
HSV(B) 167.17º 0.62% 0.92% -
XYZ 44.32 65.28 66.76 -
YUV 187.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 89 234 203 0.62 0 0.13 0.08 167.17 0.78 0.63
Hex 59 EA CB 3E 0 D 8 A7 4E 3F
Octal 131 352 313 76 0 15 10 247 116 77
Binary 1011001 11101010 11001011 111110 0 1101 1000 10100111 1001110 111111

Color Harmonies of #59EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EACB

Black with #59EACB

Text Example


Text Example

White with #59EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,234,203); }

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

background-color css

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

 a { background-color: rgb(89,234,203); }

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

border-color css

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

 span { border-color: rgb(89,234,203); }

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