Shades of Turquoise Blue #59D4FE
Tints of Turquoise Blue #59D4FE
RGB
CMYK
RGB Variations
Color information
#59D4FE (or 0x59D4FE) is known color: Turquoise Blue. HEX triplet: 59, D4 and FE. RGB value is (89,212,254). Sum of RGB (Red+Green+Blue) = 89+212+254=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #59D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D4FE is #A62B01. Grayscale: #B3B3B3. Windows color (decimal): -10889986 or 16700505. OLE color: 16700505.
HSL color Cylindrical-coordinate representation of color #59D4FE: hue angle of 195.27º 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 #59D4FE is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 212 | 254 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.00 |
| HSL | 195.27º | 0.99% | 0.67% | - |
| HSV(B) | 195.27º | 0.65% | 1% | - |
| XYZ | 45.55 | 56.37 | 102.24 | - |
| YUV | 180.01 | 169.75 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 212 | 254 | 0.65 | 0.17 | 0 | 0.00 | 195.27 | 0.99 | 0.67 |
| Hex | 59 | D4 | FE | 41 | 11 | 0 | 0 | C3 | 63 | 43 |
| Octal | 131 | 324 | 376 | 101 | 21 | 0 | 0 | 303 | 143 | 103 |
| Binary | 1011001 | 11010100 | 11111110 | 1000001 | 10001 | 0 | 0 | 11000011 | 1100011 | 1000011 |
Color Harmonies of #59D4FE
Complementary color
Monochromatic Colors of #59D4FE
Black with #59D4FE
Text Example
Text Example
White with #59D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D4FE; }
p { color: rgb(89,212,254); }
H1.HeaderClassName
{
color: #59D4FE;
}
.AnyTagClassName
{
color: #59D4FE;
}
</style>
background-color css
<style>
a { background-color: #59D4FE; }
a { background-color: rgb(89,212,254); }
div.DivClassName
{
background-color: #59D4FE;
}
.BgClassName
{
background-color: #59D4FE;
}
</style>
border-color css
<style>
span { border-color: #59D4FE; }
span { border-color: rgb(89,212,254); }
td.TdClassName
{
border-color: #59D4FE;
}
.TagClassName
{
border-color: #59D4FE;
}
</style>