Shades of Bright Turquoise #16FED9
Tints of Bright Turquoise #16FED9
RGB
CMYK
RGB Variations
Color information
#16FED9 (or 0x16FED9) is known color: Bright Turquoise. HEX triplet: 16, FE and D9. RGB value is (22,254,217). Sum of RGB (Red+Green+Blue) = 22+254+217=493 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.46% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #16FED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FED9 is #E90126. Grayscale: #B4B4B4. Windows color (decimal): -15270183 or 14286358. OLE color: 14286358.
HSL color Cylindrical-coordinate representation of color #16FED9: hue angle of 170.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FED9 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 217 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.00 |
| HSL | 170.43º | 0.99% | 0.54% | - |
| HSV(B) | 170.43º | 0.91% | 1% | - |
| XYZ | 48.3 | 76.06 | 77.78 | - |
| YUV | 180.41 | 148.64 | 15.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 217 | 0.91 | 0 | 0.15 | 0.00 | 170.43 | 0.99 | 0.54 |
| Hex | 16 | FE | D9 | 5B | 0 | F | 0 | AA | 63 | 36 |
| Octal | 26 | 376 | 331 | 133 | 0 | 17 | 0 | 252 | 143 | 66 |
| Binary | 10110 | 11111110 | 11011001 | 1011011 | 0 | 1111 | 0 | 10101010 | 1100011 | 110110 |
Color Harmonies of #16FED9
Complementary color
Monochromatic Colors of #16FED9
Black with #16FED9
Text Example
Text Example
White with #16FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FED9; }
p { color: rgb(22,254,217); }
H1.HeaderClassName
{
color: #16FED9;
}
.AnyTagClassName
{
color: #16FED9;
}
</style>
background-color css
<style>
a { background-color: #16FED9; }
a { background-color: rgb(22,254,217); }
div.DivClassName
{
background-color: #16FED9;
}
.BgClassName
{
background-color: #16FED9;
}
</style>
border-color css
<style>
span { border-color: #16FED9; }
span { border-color: rgb(22,254,217); }
td.TdClassName
{
border-color: #16FED9;
}
.TagClassName
{
border-color: #16FED9;
}
</style>