Shades of Bright Turquoise #16FCC9
Tints of Bright Turquoise #16FCC9
RGB
CMYK
RGB Variations
Color information
#16FCC9 (or 0x16FCC9) is known color: Bright Turquoise. HEX triplet: 16, FC and C9. RGB value is (22,252,201). Sum of RGB (Red+Green+Blue) = 22+252+201=475 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.63% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #16FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FCC9 is #E90336. Grayscale: #B1B1B1. Windows color (decimal): -15270711 or 13237270. OLE color: 13237270.
HSL color Cylindrical-coordinate representation of color #16FCC9: hue angle of 166.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FCC9 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 252 | 201 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.01 |
| HSL | 166.7º | 0.97% | 0.54% | - |
| HSV(B) | 166.7º | 0.91% | 0.99% | - |
| XYZ | 45.68 | 74.01 | 67.14 | - |
| YUV | 177.42 | 141.3 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 252 | 201 | 0.91 | 0 | 0.20 | 0.01 | 166.7 | 0.97 | 0.54 |
| Hex | 16 | FC | C9 | 5B | 0 | 14 | 1 | A7 | 61 | 36 |
| Octal | 26 | 374 | 311 | 133 | 0 | 24 | 1 | 247 | 141 | 66 |
| Binary | 10110 | 11111100 | 11001001 | 1011011 | 0 | 10100 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #16FCC9
Complementary color
Monochromatic Colors of #16FCC9
Black with #16FCC9
Text Example
Text Example
White with #16FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FCC9; }
p { color: rgb(22,252,201); }
H1.HeaderClassName
{
color: #16FCC9;
}
.AnyTagClassName
{
color: #16FCC9;
}
</style>
background-color css
<style>
a { background-color: #16FCC9; }
a { background-color: rgb(22,252,201); }
div.DivClassName
{
background-color: #16FCC9;
}
.BgClassName
{
background-color: #16FCC9;
}
</style>
border-color css
<style>
span { border-color: #16FCC9; }
span { border-color: rgb(22,252,201); }
td.TdClassName
{
border-color: #16FCC9;
}
.TagClassName
{
border-color: #16FCC9;
}
</style>