Html Css Color HEX #59E9CF Turquoise

📋 copy color: '#59E9CF'

red 89 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #59E9CF

Tints of Turquoise #59E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 16.82%
G = 44.05%
B = 39.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#59E9CF (or 0x59E9CF) is known color: Turquoise. HEX triplet: 59, E9 and CF. RGB value is (89,233,207). Sum of RGB (Red+Green+Blue) = 89+233+207=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9CF is #A61630. Grayscale: #BABABA. Windows color (decimal): -10884657 or 13625689. OLE color: 13625689.

HSL color Cylindrical-coordinate representation of color #59E9CF: hue angle of 169.17º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9CF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 233 207 -
CMYK 0.62 0 0.11 0.09
HSL 169.17º 0.77% 0.63% -
HSV(B) 169.17º 0.62% 0.91% -
XYZ 44.52 64.91 69.21 -
YUV 186.98 139.29 58.11 -
System Red Green Blue C M Y K H S L
Decimal 89 233 207 0.62 0 0.11 0.09 169.17 0.77 0.63
Hex 59 E9 CF 3E 0 B 9 A9 4D 3F
Octal 131 351 317 76 0 13 11 251 115 77
Binary 1011001 11101001 11001111 111110 0 1011 1001 10101001 1001101 111111

Color Harmonies of #59E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E9CF

Black with #59E9CF

Text Example


Text Example

White with #59E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,233,207); }

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

background-color css

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

 a { background-color: rgb(89,233,207); }

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

border-color css

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

 span { border-color: rgb(89,233,207); }

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