Shades of Bright Turquoise #16D9D0
Tints of Bright Turquoise #16D9D0
RGB
CMYK
RGB Variations
Color information
#16D9D0 (or 0x16D9D0) is known color: Bright Turquoise. HEX triplet: 16, D9 and D0. RGB value is (22,217,208). Sum of RGB (Red+Green+Blue) = 22+217+208=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #16D9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D9D0 is #E9262F. Grayscale: #9D9D9D. Windows color (decimal): -15279664 or 13687062. OLE color: 13687062.
HSL color Cylindrical-coordinate representation of color #16D9D0: hue angle of 177.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D9D0 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 208 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.15 |
| HSL | 177.23º | 0.82% | 0.47% | - |
| HSV(B) | 177.23º | 0.9% | 0.85% | - |
| XYZ | 36.53 | 54.35 | 68.24 | - |
| YUV | 157.67 | 156.4 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 208 | 0.90 | 0 | 0.04 | 0.15 | 177.23 | 0.82 | 0.47 |
| Hex | 16 | D9 | D0 | 5A | 0 | 4 | F | B1 | 52 | 2F |
| Octal | 26 | 331 | 320 | 132 | 0 | 4 | 17 | 261 | 122 | 57 |
| Binary | 10110 | 11011001 | 11010000 | 1011010 | 0 | 100 | 1111 | 10110001 | 1010010 | 101111 |
Color Harmonies of #16D9D0
Complementary color
Monochromatic Colors of #16D9D0
Black with #16D9D0
Text Example
Text Example
White with #16D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D9D0; }
p { color: rgb(22,217,208); }
H1.HeaderClassName
{
color: #16D9D0;
}
.AnyTagClassName
{
color: #16D9D0;
}
</style>
background-color css
<style>
a { background-color: #16D9D0; }
a { background-color: rgb(22,217,208); }
div.DivClassName
{
background-color: #16D9D0;
}
.BgClassName
{
background-color: #16D9D0;
}
</style>
border-color css
<style>
span { border-color: #16D9D0; }
span { border-color: rgb(22,217,208); }
td.TdClassName
{
border-color: #16D9D0;
}
.TagClassName
{
border-color: #16D9D0;
}
</style>