#59DCF9

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

Shades of Turquoise Blue #59DCF9

Tints of Turquoise Blue #59DCF9

Color information

#59DCF9 (or 0x59DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 59, DC and F9. RGB value is (89,220,249). Sum of RGB (Red+Green+Blue) = 89+220+249=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #59DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCF9 is #A62306. Grayscale: #B7B7B7. Windows color (decimal): -10887943 or 16374873. OLE color: 16374873.

HSL color Cylindrical-coordinate representation of color #59DCF9: hue angle of 190.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DCF9 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB89220249-
CMYK0.640.1200.02
HSL190.88º93.02%66.27%-
HSV(B)190.88º64.26%97.65%-
XYZ46.8160.1598.77-
YUV184.14164.660.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.95%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=15.95%
G=39.43%
B=44.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal892202490.640.1200.02190.8893.0266.27
Hex59DCF940C02bf5d42
Octal1313343711001402277135102
Binary10110011101110011111001100000011000101011111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,220,249); }

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

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

 a { background-color: rgb(89,220,249); }

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

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

 span { border-color: rgb(89,220,249); }

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