Shades of Turquoise Blue #59DCFE
Tints of Turquoise Blue #59DCFE
RGB
CMYK
RGB Variations
Color information
#59DCFE (or 0x59DCFE) is known color: Turquoise Blue. HEX triplet: 59, DC and FE. RGB value is (89,220,254). Sum of RGB (Red+Green+Blue) = 89+220+254=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #59DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCFE is #A62301. Grayscale: #B8B8B8. Windows color (decimal): -10887938 or 16702553. OLE color: 16702553.
HSL color Cylindrical-coordinate representation of color #59DCFE: hue angle of 192.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DCFE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 220 | 254 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.00 |
| HSL | 192.36º | 0.99% | 0.67% | - |
| HSV(B) | 192.36º | 0.65% | 1% | - |
| XYZ | 47.6 | 60.47 | 102.93 | - |
| YUV | 184.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 254 | 0.65 | 0.13 | 0 | 0.00 | 192.36 | 0.99 | 0.67 |
| Hex | 59 | DC | FE | 41 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 131 | 334 | 376 | 101 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1011001 | 11011100 | 11111110 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #59DCFE
Complementary color
Monochromatic Colors of #59DCFE
Black with #59DCFE
Text Example
Text Example
White with #59DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCFE; }
p { color: rgb(89,220,254); }
H1.HeaderClassName
{
color: #59DCFE;
}
.AnyTagClassName
{
color: #59DCFE;
}
</style>
background-color css
<style>
a { background-color: #59DCFE; }
a { background-color: rgb(89,220,254); }
div.DivClassName
{
background-color: #59DCFE;
}
.BgClassName
{
background-color: #59DCFE;
}
</style>
border-color css
<style>
span { border-color: #59DCFE; }
span { border-color: rgb(89,220,254); }
td.TdClassName
{
border-color: #59DCFE;
}
.TagClassName
{
border-color: #59DCFE;
}
</style>