Shades of Bright Turquoise #16E9B9
Tints of Bright Turquoise #16E9B9
RGB
CMYK
RGB Variations
Color information
#16E9B9 (or 0x16E9B9) is known color: Bright Turquoise. HEX triplet: 16, E9 and B9. RGB value is (22,233,185). Sum of RGB (Red+Green+Blue) = 22+233+185=440 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #16E9B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16E9B9 is #E91646. Grayscale: #A4A4A4. Windows color (decimal): -15275591 or 12183830. OLE color: 12183830.
HSL color Cylindrical-coordinate representation of color #16E9B9: hue angle of 166.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E9B9 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 233 | 185 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.09 |
| HSL | 166.35º | 0.83% | 0.5% | - |
| HSV(B) | 166.35º | 0.91% | 0.91% | - |
| XYZ | 38.23 | 61.95 | 55.84 | - |
| YUV | 164.44 | 139.6 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 233 | 185 | 0.91 | 0 | 0.21 | 0.09 | 166.35 | 0.83 | 0.5 |
| Hex | 16 | E9 | B9 | 5B | 0 | 15 | 9 | A6 | 53 | 32 |
| Octal | 26 | 351 | 271 | 133 | 0 | 25 | 11 | 246 | 123 | 62 |
| Binary | 10110 | 11101001 | 10111001 | 1011011 | 0 | 10101 | 1001 | 10100110 | 1010011 | 110010 |
Color Harmonies of #16E9B9
Complementary color
Monochromatic Colors of #16E9B9
Black with #16E9B9
Text Example
Text Example
White with #16E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E9B9; }
p { color: rgb(22,233,185); }
H1.HeaderClassName
{
color: #16E9B9;
}
.AnyTagClassName
{
color: #16E9B9;
}
</style>
background-color css
<style>
a { background-color: #16E9B9; }
a { background-color: rgb(22,233,185); }
div.DivClassName
{
background-color: #16E9B9;
}
.BgClassName
{
background-color: #16E9B9;
}
</style>
border-color css
<style>
span { border-color: #16E9B9; }
span { border-color: rgb(22,233,185); }
td.TdClassName
{
border-color: #16E9B9;
}
.TagClassName
{
border-color: #16E9B9;
}
</style>