Shades of Bright Turquoise #16ECC9
Tints of Bright Turquoise #16ECC9
RGB
CMYK
RGB Variations
Color information
#16ECC9 (or 0x16ECC9) is known color: Bright Turquoise. HEX triplet: 16, EC and C9. RGB value is (22,236,201). Sum of RGB (Red+Green+Blue) = 22+236+201=459 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.79% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #16ECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16ECC9 is #E91336. Grayscale: #A7A7A7. Windows color (decimal): -15274807 or 13233174. OLE color: 13233174.
HSL color Cylindrical-coordinate representation of color #16ECC9: hue angle of 170.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ECC9 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 201 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.07 |
| HSL | 170.19º | 0.85% | 0.51% | - |
| HSV(B) | 170.19º | 0.91% | 0.93% | - |
| XYZ | 40.87 | 64.38 | 65.53 | - |
| YUV | 168.02 | 146.6 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 201 | 0.91 | 0 | 0.15 | 0.07 | 170.19 | 0.85 | 0.51 |
| Hex | 16 | EC | C9 | 5B | 0 | F | 7 | AA | 55 | 33 |
| Octal | 26 | 354 | 311 | 133 | 0 | 17 | 7 | 252 | 125 | 63 |
| Binary | 10110 | 11101100 | 11001001 | 1011011 | 0 | 1111 | 111 | 10101010 | 1010101 | 110011 |
Color Harmonies of #16ECC9
Complementary color
Monochromatic Colors of #16ECC9
Black with #16ECC9
Text Example
Text Example
White with #16ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ECC9; }
p { color: rgb(22,236,201); }
H1.HeaderClassName
{
color: #16ECC9;
}
.AnyTagClassName
{
color: #16ECC9;
}
</style>
background-color css
<style>
a { background-color: #16ECC9; }
a { background-color: rgb(22,236,201); }
div.DivClassName
{
background-color: #16ECC9;
}
.BgClassName
{
background-color: #16ECC9;
}
</style>
border-color css
<style>
span { border-color: #16ECC9; }
span { border-color: rgb(22,236,201); }
td.TdClassName
{
border-color: #16ECC9;
}
.TagClassName
{
border-color: #16ECC9;
}
</style>