#59DDF5

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

Shades of Turquoise Blue #59DDF5

Tints of Turquoise Blue #59DDF5

Color information

#59DDF5 (or 0x59DDF5) is unknown color: approx Turquoise Blue. HEX triplet: 59, DD and F5. RGB value is (89,221,245). Sum of RGB (Red+Green+Blue) = 89+221+245=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #59DDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDF5 is #A6220A. Grayscale: #B8B8B8. Windows color (decimal): -10887691 or 16112985. OLE color: 16112985.

HSL color Cylindrical-coordinate representation of color #59DDF5: hue angle of 189.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DDF5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB89221245-
CMYK0.640.1000.04
HSL189.23º88.64%65.49%-
HSV(B)189.23º63.67%96.08%-
XYZ46.4660.4395.6-
YUV184.27162.2760.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.04%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 245 (96.09% from 255) = 44.14%
R=16.04%
G=39.82%
B=44.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892212450.640.1000.04189.2388.6465.49
Hex59DDF540A04bd5941
Octal1313353651001204275131101
Binary101100111011101111101011000000101001001011110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,221,245); }

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

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

 a { background-color: rgb(89,221,245); }

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

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

 span { border-color: rgb(89,221,245); }

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