Shades of Bright Turquoise #16FDC9
Tints of Bright Turquoise #16FDC9
RGB
CMYK
RGB Variations
Color information
#16FDC9 (or 0x16FDC9) is known color: Bright Turquoise. HEX triplet: 16, FD and C9. RGB value is (22,253,201). Sum of RGB (Red+Green+Blue) = 22+253+201=476 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.62% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #16FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FDC9 is #E90236. Grayscale: #B1B1B1. Windows color (decimal): -15270455 or 13237526. OLE color: 13237526.
HSL color Cylindrical-coordinate representation of color #16FDC9: hue angle of 166.49º degrees, saturation: 0.98, 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 #16FDC9 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 253 | 201 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.01 |
| HSL | 166.49º | 0.98% | 0.54% | - |
| HSV(B) | 166.49º | 0.91% | 0.99% | - |
| XYZ | 46 | 74.64 | 67.24 | - |
| YUV | 178 | 140.97 | 16.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 253 | 201 | 0.91 | 0 | 0.21 | 0.01 | 166.49 | 0.98 | 0.54 |
| Hex | 16 | FD | C9 | 5B | 0 | 15 | 1 | A6 | 62 | 36 |
| Octal | 26 | 375 | 311 | 133 | 0 | 25 | 1 | 246 | 142 | 66 |
| Binary | 10110 | 11111101 | 11001001 | 1011011 | 0 | 10101 | 1 | 10100110 | 1100010 | 110110 |
Color Harmonies of #16FDC9
Complementary color
Monochromatic Colors of #16FDC9
Black with #16FDC9
Text Example
Text Example
White with #16FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FDC9; }
p { color: rgb(22,253,201); }
H1.HeaderClassName
{
color: #16FDC9;
}
.AnyTagClassName
{
color: #16FDC9;
}
</style>
background-color css
<style>
a { background-color: #16FDC9; }
a { background-color: rgb(22,253,201); }
div.DivClassName
{
background-color: #16FDC9;
}
.BgClassName
{
background-color: #16FDC9;
}
</style>
border-color css
<style>
span { border-color: #16FDC9; }
span { border-color: rgb(22,253,201); }
td.TdClassName
{
border-color: #16FDC9;
}
.TagClassName
{
border-color: #16FDC9;
}
</style>