#59C7CD

Color #59C7CD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #59C7CD

Tints of Medium Turquoise #59C7CD

Color information

#59C7CD (or 0x59C7CD) is unknown color: approx Medium Turquoise. HEX triplet: 59, C7 and CD. RGB value is (89,199,205). Sum of RGB (Red+Green+Blue) = 89+199+205=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #59C7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C7CD is #A63832. Grayscale: #A6A6A6. Windows color (decimal): -10893363 or 13485913. OLE color: 13485913.

HSL color Cylindrical-coordinate representation of color #59C7CD: hue angle of 183.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C7CD is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89199205-
CMYK0.570.0300.20
HSL183.1º53.7%57.65%-
HSV(B)183.1º56.59%80.39%-
XYZ35.5647.3865.03-
YUV166.79149.5672.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.05%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=18.05%
G=40.37%
B=41.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891992050.570.0300.20183.153.757.65
Hex59C7CD393014b7363a
Octal1313073157130242676672
Binary101100111000111110011011110011101010010110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,199,205); }

 H1.HeaderClassName
 {
   color: #59C7CD;
 }
 .AnyTagClassName
 {
   color: #59C7CD;
 }
</style>
background-color css

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

 a { background-color: rgb(89,199,205); }

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

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

 span { border-color: rgb(89,199,205); }

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