#59D5FD

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

Shades of Turquoise Blue #59D5FD

Tints of Turquoise Blue #59D5FD

Color information

#59D5FD (or 0x59D5FD) is unknown color: approx Turquoise Blue. HEX triplet: 59, D5 and FD. RGB value is (89,213,253). Sum of RGB (Red+Green+Blue) = 89+213+253=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #59D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D5FD is #A62A02. Grayscale: #B4B4B4. Windows color (decimal): -10889731 or 16635225. OLE color: 16635225.

HSL color Cylindrical-coordinate representation of color #59D5FD: hue angle of 194.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59D5FD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89213253-
CMYK0.650.1600.01
HSL194.63º97.62%67.06%-
HSV(B)194.63º64.82%99.22%-
XYZ45.6456.8101.49-
YUV180.48168.9262.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.04%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=16.04%
G=38.38%
B=45.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal892132530.650.1600.01194.6397.6267.06
Hex59D5FD411001c36243
Octal1313253751012001303142103
Binary10110011101010111111101100000110000011100001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,213,253); }

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

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

 a { background-color: rgb(89,213,253); }

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

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

 span { border-color: rgb(89,213,253); }

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