Shades of Bright Turquoise #16E5BC
Tints of Bright Turquoise #16E5BC
RGB
CMYK
RGB Variations
Color information
#16E5BC (or 0x16E5BC) is known color: Bright Turquoise. HEX triplet: 16, E5 and BC. RGB value is (22,229,188). Sum of RGB (Red+Green+Blue) = 22+229+188=439 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.01% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #16E5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E5BC is #E91A43. Grayscale: #A2A2A2. Windows color (decimal): -15276612 or 12379414. OLE color: 12379414.
HSL color Cylindrical-coordinate representation of color #16E5BC: hue angle of 168.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E5BC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 229 | 188 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.10 |
| HSL | 168.12º | 0.82% | 0.49% | - |
| HSV(B) | 168.12º | 0.9% | 0.9% | - |
| XYZ | 37.43 | 59.84 | 57.15 | - |
| YUV | 162.43 | 142.42 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 229 | 188 | 0.90 | 0 | 0.18 | 0.10 | 168.12 | 0.82 | 0.49 |
| Hex | 16 | E5 | BC | 5A | 0 | 12 | A | A8 | 52 | 31 |
| Octal | 26 | 345 | 274 | 132 | 0 | 22 | 12 | 250 | 122 | 61 |
| Binary | 10110 | 11100101 | 10111100 | 1011010 | 0 | 10010 | 1010 | 10101000 | 1010010 | 110001 |
Color Harmonies of #16E5BC
Complementary color
Monochromatic Colors of #16E5BC
Black with #16E5BC
Text Example
Text Example
White with #16E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E5BC; }
p { color: rgb(22,229,188); }
H1.HeaderClassName
{
color: #16E5BC;
}
.AnyTagClassName
{
color: #16E5BC;
}
</style>
background-color css
<style>
a { background-color: #16E5BC; }
a { background-color: rgb(22,229,188); }
div.DivClassName
{
background-color: #16E5BC;
}
.BgClassName
{
background-color: #16E5BC;
}
</style>
border-color css
<style>
span { border-color: #16E5BC; }
span { border-color: rgb(22,229,188); }
td.TdClassName
{
border-color: #16E5BC;
}
.TagClassName
{
border-color: #16E5BC;
}
</style>