Shades of Turquoise Blue #59DDF1
Tints of Turquoise Blue #59DDF1
RGB
CMYK
RGB Variations
Color information
#59DDF1 (or 0x59DDF1) is known color: Turquoise Blue. HEX triplet: 59, DD and F1. RGB value is (89,221,241). Sum of RGB (Red+Green+Blue) = 89+221+241=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #59DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDF1 is #A6220E. Grayscale: #B7B7B7. Windows color (decimal): -10887695 or 15850841. OLE color: 15850841.
HSL color Cylindrical-coordinate representation of color #59DDF1: hue angle of 187.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59DDF1 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 221 | 241 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.05 |
| HSL | 187.89º | 0.84% | 0.65% | - |
| HSV(B) | 187.89º | 0.63% | 0.95% | - |
| XYZ | 45.85 | 60.19 | 92.42 | - |
| YUV | 183.81 | 160.27 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 241 | 0.63 | 0.08 | 0 | 0.05 | 187.89 | 0.84 | 0.65 |
| Hex | 59 | DD | F1 | 3F | 8 | 0 | 5 | BC | 54 | 41 |
| Octal | 131 | 335 | 361 | 77 | 10 | 0 | 5 | 274 | 124 | 101 |
| Binary | 1011001 | 11011101 | 11110001 | 111111 | 1000 | 0 | 101 | 10111100 | 1010100 | 1000001 |
Color Harmonies of #59DDF1
Complementary color
Monochromatic Colors of #59DDF1
Black with #59DDF1
Text Example
Text Example
White with #59DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDF1; }
p { color: rgb(89,221,241); }
H1.HeaderClassName
{
color: #59DDF1;
}
.AnyTagClassName
{
color: #59DDF1;
}
</style>
background-color css
<style>
a { background-color: #59DDF1; }
a { background-color: rgb(89,221,241); }
div.DivClassName
{
background-color: #59DDF1;
}
.BgClassName
{
background-color: #59DDF1;
}
</style>
border-color css
<style>
span { border-color: #59DDF1; }
span { border-color: rgb(89,221,241); }
td.TdClassName
{
border-color: #59DDF1;
}
.TagClassName
{
border-color: #59DDF1;
}
</style>