Shades of Bright Turquoise #16FEC6
Tints of Bright Turquoise #16FEC6
RGB
CMYK
RGB Variations
Color information
#16FEC6 (or 0x16FEC6) is known color: Bright Turquoise. HEX triplet: 16, FE and C6. RGB value is (22,254,198). Sum of RGB (Red+Green+Blue) = 22+254+198=474 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.64% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #16FEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FEC6 is #E90139. Grayscale: #B2B2B2. Windows color (decimal): -15270202 or 13041174. OLE color: 13041174.
HSL color Cylindrical-coordinate representation of color #16FEC6: hue angle of 165.52º 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 #16FEC6 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 198 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.00 |
| HSL | 165.52º | 0.99% | 0.54% | - |
| HSV(B) | 165.52º | 0.91% | 1% | - |
| XYZ | 45.97 | 75.13 | 65.51 | - |
| YUV | 178.25 | 139.14 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 198 | 0.91 | 0 | 0.22 | 0.00 | 165.52 | 0.99 | 0.54 |
| Hex | 16 | FE | C6 | 5B | 0 | 16 | 0 | A6 | 63 | 36 |
| Octal | 26 | 376 | 306 | 133 | 0 | 26 | 0 | 246 | 143 | 66 |
| Binary | 10110 | 11111110 | 11000110 | 1011011 | 0 | 10110 | 0 | 10100110 | 1100011 | 110110 |
Color Harmonies of #16FEC6
Complementary color
Monochromatic Colors of #16FEC6
Black with #16FEC6
Text Example
Text Example
White with #16FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FEC6; }
p { color: rgb(22,254,198); }
H1.HeaderClassName
{
color: #16FEC6;
}
.AnyTagClassName
{
color: #16FEC6;
}
</style>
background-color css
<style>
a { background-color: #16FEC6; }
a { background-color: rgb(22,254,198); }
div.DivClassName
{
background-color: #16FEC6;
}
.BgClassName
{
background-color: #16FEC6;
}
</style>
border-color css
<style>
span { border-color: #16FEC6; }
span { border-color: rgb(22,254,198); }
td.TdClassName
{
border-color: #16FEC6;
}
.TagClassName
{
border-color: #16FEC6;
}
</style>