Html Css Color HEX #59EAC3 Turquoise

📋 copy color: '#59EAC3'

red 89 ◦ green 234 ◦ blue 195

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

Shades of Turquoise #59EAC3

Tints of Turquoise #59EAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 17.18%
G = 45.17%
B = 37.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#59EAC3 (or 0x59EAC3) is known color: Turquoise. HEX triplet: 59, EA and C3. RGB value is (89,234,195). Sum of RGB (Red+Green+Blue) = 89+234+195=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #59EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EAC3 is #A6153C. Grayscale: #BABABA. Windows color (decimal): -10884413 or 12839513. OLE color: 12839513.

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

Color convert

RGB 89 234 195 -
CMYK 0.62 0 0.17 0.08
HSL 163.86º 0.78% 0.63% -
HSV(B) 163.86º 0.62% 0.92% -
XYZ 43.39 64.91 61.87 -
YUV 186.2 132.96 58.67 -
System Red Green Blue C M Y K H S L
Decimal 89 234 195 0.62 0 0.17 0.08 163.86 0.78 0.63
Hex 59 EA C3 3E 0 11 8 A4 4E 3F
Octal 131 352 303 76 0 21 10 244 116 77
Binary 1011001 11101010 11000011 111110 0 10001 1000 10100100 1001110 111111

Color Harmonies of #59EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EAC3

Black with #59EAC3

Text Example


Text Example

White with #59EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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