Shades of Turquoise Blue #59DEFE
Tints of Turquoise Blue #59DEFE
RGB
CMYK
RGB Variations
Color information
#59DEFE (or 0x59DEFE) is known color: Turquoise Blue. HEX triplet: 59, DE and FE. RGB value is (89,222,254). Sum of RGB (Red+Green+Blue) = 89+222+254=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #59DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DEFE is #A62101. Grayscale: #B9B9B9. Windows color (decimal): -10887426 or 16703065. OLE color: 16703065.
HSL color Cylindrical-coordinate representation of color #59DEFE: hue angle of 191.64º 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 #59DEFE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 222 | 254 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.00 |
| HSL | 191.64º | 0.99% | 0.67% | - |
| HSV(B) | 191.64º | 0.65% | 1% | - |
| XYZ | 48.13 | 61.52 | 103.1 | - |
| YUV | 185.88 | 166.44 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 254 | 0.65 | 0.13 | 0 | 0.00 | 191.64 | 0.99 | 0.67 |
| Hex | 59 | DE | FE | 41 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 131 | 336 | 376 | 101 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1011001 | 11011110 | 11111110 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #59DEFE
Complementary color
Monochromatic Colors of #59DEFE
Black with #59DEFE
Text Example
Text Example
White with #59DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DEFE; }
p { color: rgb(89,222,254); }
H1.HeaderClassName
{
color: #59DEFE;
}
.AnyTagClassName
{
color: #59DEFE;
}
</style>
background-color css
<style>
a { background-color: #59DEFE; }
a { background-color: rgb(89,222,254); }
div.DivClassName
{
background-color: #59DEFE;
}
.BgClassName
{
background-color: #59DEFE;
}
</style>
border-color css
<style>
span { border-color: #59DEFE; }
span { border-color: rgb(89,222,254); }
td.TdClassName
{
border-color: #59DEFE;
}
.TagClassName
{
border-color: #59DEFE;
}
</style>