Html Css Color HEX #59C5CF Medium Turquoise

📋 copy color: '#59C5CF'

red 89 ◦ green 197 ◦ blue 207

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

Shades of Medium Turquoise #59C5CF

Tints of Medium Turquoise #59C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.96%

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

R = 18.05%
G = 39.96%
B = 41.99%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59C5CF (or 0x59C5CF) is known color: Medium Turquoise. HEX triplet: 59, C5 and CF. RGB value is (89,197,207). Sum of RGB (Red+Green+Blue) = 89+197+207=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #59C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C5CF is #A63A30. Grayscale: #A5A5A5. Windows color (decimal): -10893873 or 13616473. OLE color: 13616473.

HSL color Cylindrical-coordinate representation of color #59C5CF: hue angle of 185.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C5CF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 197 207 -
CMYK 0.57 0.05 0 0.19
HSL 185.08º 0.55% 0.58% -
HSV(B) 185.08º 0.57% 0.81% -
XYZ 35.35 46.56 66.16 -
YUV 165.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 89 197 207 0.57 0.05 0 0.19 185.08 0.55 0.58
Hex 59 C5 CF 39 5 0 13 B9 37 3A
Octal 131 305 317 71 5 0 23 271 67 72
Binary 1011001 11000101 11001111 111001 101 0 10011 10111001 110111 111010

Color Harmonies of #59C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C5CF

Black with #59C5CF

Text Example


Text Example

White with #59C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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