#59CED1

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

Shades of Medium Turquoise #59CED1

Tints of Medium Turquoise #59CED1

Color information

#59CED1 (or 0x59CED1) is unknown color: approx Medium Turquoise. HEX triplet: 59, CE and D1. RGB value is (89,206,209). Sum of RGB (Red+Green+Blue) = 89+206+209=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #59CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CED1 is #A6312E. Grayscale: #ABABAB. Windows color (decimal): -10891567 or 13749849. OLE color: 13749849.

HSL color Cylindrical-coordinate representation of color #59CED1: hue angle of 181.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CED1 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89206209-
CMYK0.570.0100.18
HSL181.5º56.6%58.43%-
HSV(B)181.5º57.42%81.96%-
XYZ37.750.8768.15-
YUV171.36149.2469.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.66%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=17.66%
G=40.87%
B=41.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892062090.570.0100.18181.556.658.43
Hex59CED1391012b6393a
Octal1313163217110222667172
Binary10110011100111011010001111001101001010110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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