Shades of Turquoise Blue #59D1FB
Tints of Turquoise Blue #59D1FB
RGB
CMYK
RGB Variations
Color information
#59D1FB (or 0x59D1FB) is known color: Turquoise Blue. HEX triplet: 59, D1 and FB. RGB value is (89,209,251). Sum of RGB (Red+Green+Blue) = 89+209+251=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #59D1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D1FB is #A62E04. Grayscale: #B1B1B1. Windows color (decimal): -10890757 or 16503129. OLE color: 16503129.
HSL color Cylindrical-coordinate representation of color #59D1FB: hue angle of 195.56º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59D1FB is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 209 | 251 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.02 |
| HSL | 195.56º | 0.95% | 0.67% | - |
| HSV(B) | 195.56º | 0.65% | 0.98% | - |
| XYZ | 44.33 | 54.69 | 99.49 | - |
| YUV | 177.91 | 169.24 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 209 | 251 | 0.65 | 0.17 | 0 | 0.02 | 195.56 | 0.95 | 0.67 |
| Hex | 59 | D1 | FB | 41 | 11 | 0 | 2 | C4 | 5F | 43 |
| Octal | 131 | 321 | 373 | 101 | 21 | 0 | 2 | 304 | 137 | 103 |
| Binary | 1011001 | 11010001 | 11111011 | 1000001 | 10001 | 0 | 10 | 11000100 | 1011111 | 1000011 |
Color Harmonies of #59D1FB
Complementary color
Monochromatic Colors of #59D1FB
Black with #59D1FB
Text Example
Text Example
White with #59D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D1FB; }
p { color: rgb(89,209,251); }
H1.HeaderClassName
{
color: #59D1FB;
}
.AnyTagClassName
{
color: #59D1FB;
}
</style>
background-color css
<style>
a { background-color: #59D1FB; }
a { background-color: rgb(89,209,251); }
div.DivClassName
{
background-color: #59D1FB;
}
.BgClassName
{
background-color: #59D1FB;
}
</style>
border-color css
<style>
span { border-color: #59D1FB; }
span { border-color: rgb(89,209,251); }
td.TdClassName
{
border-color: #59D1FB;
}
.TagClassName
{
border-color: #59D1FB;
}
</style>