Shades of Bright Turquoise #16E0C7
Tints of Bright Turquoise #16E0C7
RGB
CMYK
RGB Variations
Color information
#16E0C7 (or 0x16E0C7) is known color: Bright Turquoise. HEX triplet: 16, E0 and C7. RGB value is (22,224,199). Sum of RGB (Red+Green+Blue) = 22+224+199=445 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.94% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #16E0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E0C7 is #E91F38. Grayscale: #A0A0A0. Windows color (decimal): -15277881 or 13099030. OLE color: 13099030.
HSL color Cylindrical-coordinate representation of color #16E0C7: hue angle of 172.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E0C7 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 199 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.12 |
| HSL | 172.57º | 0.82% | 0.48% | - |
| HSV(B) | 172.57º | 0.9% | 0.88% | - |
| XYZ | 37.3 | 57.61 | 63.19 | - |
| YUV | 160.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 199 | 0.90 | 0 | 0.11 | 0.12 | 172.57 | 0.82 | 0.48 |
| Hex | 16 | E0 | C7 | 5A | 0 | B | C | AD | 52 | 30 |
| Octal | 26 | 340 | 307 | 132 | 0 | 13 | 14 | 255 | 122 | 60 |
| Binary | 10110 | 11100000 | 11000111 | 1011010 | 0 | 1011 | 1100 | 10101101 | 1010010 | 110000 |
Color Harmonies of #16E0C7
Complementary color
Monochromatic Colors of #16E0C7
Black with #16E0C7
Text Example
Text Example
White with #16E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E0C7; }
p { color: rgb(22,224,199); }
H1.HeaderClassName
{
color: #16E0C7;
}
.AnyTagClassName
{
color: #16E0C7;
}
</style>
background-color css
<style>
a { background-color: #16E0C7; }
a { background-color: rgb(22,224,199); }
div.DivClassName
{
background-color: #16E0C7;
}
.BgClassName
{
background-color: #16E0C7;
}
</style>
border-color css
<style>
span { border-color: #16E0C7; }
span { border-color: rgb(22,224,199); }
td.TdClassName
{
border-color: #16E0C7;
}
.TagClassName
{
border-color: #16E0C7;
}
</style>