Shades of Turquoise Blue #59DAFF
Tints of Turquoise Blue #59DAFF
RGB
CMYK
RGB Variations
Color information
#59DAFF (or 0x59DAFF) is known color: Turquoise Blue. HEX triplet: 59, DA and FF. RGB value is (89,218,255). Sum of RGB (Red+Green+Blue) = 89+218+255=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DAFF is #A62500. Grayscale: #B7B7B7. Windows color (decimal): -10888449 or 16767577. OLE color: 16767577.
HSL color Cylindrical-coordinate representation of color #59DAFF: hue angle of 193.37º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DAFF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 218 | 255 | - |
| CMYK | 0.65 | 0.15 | 0 | 0 |
| HSL | 193.37º | 1% | 0.67% | - |
| HSV(B) | 193.37º | 0.65% | 1% | - |
| XYZ | 47.24 | 59.49 | 103.6 | - |
| YUV | 183.65 | 168.26 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 218 | 255 | 0.65 | 0.15 | 0 | 0 | 193.37 | 1 | 0.67 |
| Hex | 59 | DA | FF | 41 | F | 0 | 0 | C1 | 64 | 43 |
| Octal | 131 | 332 | 377 | 101 | 17 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1011001 | 11011010 | 11111111 | 1000001 | 1111 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #59DAFF
Complementary color
Monochromatic Colors of #59DAFF
Black with #59DAFF
Text Example
Text Example
White with #59DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DAFF; }
p { color: rgb(89,218,255); }
H1.HeaderClassName
{
color: #59DAFF;
}
.AnyTagClassName
{
color: #59DAFF;
}
</style>
background-color css
<style>
a { background-color: #59DAFF; }
a { background-color: rgb(89,218,255); }
div.DivClassName
{
background-color: #59DAFF;
}
.BgClassName
{
background-color: #59DAFF;
}
</style>
border-color css
<style>
span { border-color: #59DAFF; }
span { border-color: rgb(89,218,255); }
td.TdClassName
{
border-color: #59DAFF;
}
.TagClassName
{
border-color: #59DAFF;
}
</style>