Shades of Turquoise Blue #59DDFF
Tints of Turquoise Blue #59DDFF
RGB
CMYK
RGB Variations
Color information
#59DDFF (or 0x59DDFF) is known color: Turquoise Blue. HEX triplet: 59, DD and FF. RGB value is (89,221,255). Sum of RGB (Red+Green+Blue) = 89+221+255=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDFF is #A62200. Grayscale: #B9B9B9. Windows color (decimal): -10887681 or 16768345. OLE color: 16768345.
HSL color Cylindrical-coordinate representation of color #59DDFF: hue angle of 192.29º 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 #59DDFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 221 | 255 | - |
| CMYK | 0.65 | 0.13 | 0 | 0 |
| HSL | 192.29º | 1% | 0.67% | - |
| HSV(B) | 192.29º | 0.65% | 1% | - |
| XYZ | 48.03 | 61.06 | 103.86 | - |
| YUV | 185.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 255 | 0.65 | 0.13 | 0 | 0 | 192.29 | 1 | 0.67 |
| Hex | 59 | DD | FF | 41 | D | 0 | 0 | C0 | 64 | 43 |
| Octal | 131 | 335 | 377 | 101 | 15 | 0 | 0 | 300 | 144 | 103 |
| Binary | 1011001 | 11011101 | 11111111 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000011 |
Color Harmonies of #59DDFF
Complementary color
Monochromatic Colors of #59DDFF
Black with #59DDFF
Text Example
Text Example
White with #59DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDFF; }
p { color: rgb(89,221,255); }
H1.HeaderClassName
{
color: #59DDFF;
}
.AnyTagClassName
{
color: #59DDFF;
}
</style>
background-color css
<style>
a { background-color: #59DDFF; }
a { background-color: rgb(89,221,255); }
div.DivClassName
{
background-color: #59DDFF;
}
.BgClassName
{
background-color: #59DDFF;
}
</style>
border-color css
<style>
span { border-color: #59DDFF; }
span { border-color: rgb(89,221,255); }
td.TdClassName
{
border-color: #59DDFF;
}
.TagClassName
{
border-color: #59DDFF;
}
</style>