Html Css Color HEX #59EACE Turquoise

📋 copy color: '#59EACE'

red 89 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #59EACE

Tints of Turquoise #59EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 16.82%
G = 44.23%
B = 38.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#59EACE (or 0x59EACE) is known color: Turquoise. HEX triplet: 59, EA and CE. RGB value is (89,234,206). Sum of RGB (Red+Green+Blue) = 89+234+206=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #59EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EACE is #A61531. Grayscale: #BBBBBB. Windows color (decimal): -10884402 or 13560409. OLE color: 13560409.

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

Color convert

RGB 89 234 206 -
CMYK 0.62 0 0.12 0.08
HSL 168.41º 0.78% 0.63% -
HSV(B) 168.41º 0.62% 0.92% -
XYZ 44.68 65.43 68.67 -
YUV 187.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 89 234 206 0.62 0 0.12 0.08 168.41 0.78 0.63
Hex 59 EA CE 3E 0 C 8 A8 4E 3F
Octal 131 352 316 76 0 14 10 250 116 77
Binary 1011001 11101010 11001110 111110 0 1100 1000 10101000 1001110 111111

Color Harmonies of #59EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EACE

Black with #59EACE

Text Example


Text Example

White with #59EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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