#59CBD1

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

Shades of Medium Turquoise #59CBD1

Tints of Medium Turquoise #59CBD1

Color information

#59CBD1 (or 0x59CBD1) is unknown color: approx Medium Turquoise. HEX triplet: 59, CB and D1. RGB value is (89,203,209). Sum of RGB (Red+Green+Blue) = 89+203+209=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #59CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBD1 is #A6342E. Grayscale: #A9A9A9. Windows color (decimal): -10892335 or 13749081. OLE color: 13749081.

HSL color Cylindrical-coordinate representation of color #59CBD1: hue angle of 183º 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 #59CBD1 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89203209-
CMYK0.570.0300.18
HSL183º56.6%58.43%-
HSV(B)183º57.42%81.96%-
XYZ36.9849.4467.92-
YUV169.6150.2370.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=17.76%
G=40.52%
B=41.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892032090.570.0300.1818356.658.43
Hex59CBD1393012b7393a
Octal1313133217130222677172
Binary101100111001011110100011110011101001010110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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