Shades of Bright Turquoise #16FEE9
Tints of Bright Turquoise #16FEE9
RGB
CMYK
RGB Variations
Color information
#16FEE9 (or 0x16FEE9) is known color: Bright Turquoise. HEX triplet: 16, FE and E9. RGB value is (22,254,233). Sum of RGB (Red+Green+Blue) = 22+254+233=509 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.32% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #16FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16FEE9 is #E90116. Grayscale: #B6B6B6. Windows color (decimal): -15270167 or 15334934. OLE color: 15334934.
HSL color Cylindrical-coordinate representation of color #16FEE9: hue angle of 174.57º 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 #16FEE9 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 233 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.00 |
| HSL | 174.57º | 0.99% | 0.54% | - |
| HSV(B) | 174.57º | 0.91% | 1% | - |
| XYZ | 50.48 | 76.94 | 89.28 | - |
| YUV | 182.24 | 156.64 | 13.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 233 | 0.91 | 0 | 0.08 | 0.00 | 174.57 | 0.99 | 0.54 |
| Hex | 16 | FE | E9 | 5B | 0 | 8 | 0 | AF | 63 | 36 |
| Octal | 26 | 376 | 351 | 133 | 0 | 10 | 0 | 257 | 143 | 66 |
| Binary | 10110 | 11111110 | 11101001 | 1011011 | 0 | 1000 | 0 | 10101111 | 1100011 | 110110 |
Color Harmonies of #16FEE9
Complementary color
Monochromatic Colors of #16FEE9
Black with #16FEE9
Text Example
Text Example
White with #16FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FEE9; }
p { color: rgb(22,254,233); }
H1.HeaderClassName
{
color: #16FEE9;
}
.AnyTagClassName
{
color: #16FEE9;
}
</style>
background-color css
<style>
a { background-color: #16FEE9; }
a { background-color: rgb(22,254,233); }
div.DivClassName
{
background-color: #16FEE9;
}
.BgClassName
{
background-color: #16FEE9;
}
</style>
border-color css
<style>
span { border-color: #16FEE9; }
span { border-color: rgb(22,254,233); }
td.TdClassName
{
border-color: #16FEE9;
}
.TagClassName
{
border-color: #16FEE9;
}
</style>