Shades of Bright Turquoise #16D9F6
Tints of Bright Turquoise #16D9F6
RGB
CMYK
RGB Variations
Color information
#16D9F6 (or 0x16D9F6) is known color: Bright Turquoise. HEX triplet: 16, D9 and F6. RGB value is (22,217,246). Sum of RGB (Red+Green+Blue) = 22+217+246=485 (64% of max value = 765). Red value is 22 (8.98% from 255 or 4.54% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #16D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D9F6 is #E92609. Grayscale: #A1A1A1. Windows color (decimal): -15279626 or 16177430. OLE color: 16177430.
HSL color Cylindrical-coordinate representation of color #16D9F6: hue angle of 187.77º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D9F6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 217 | 246 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.04 |
| HSL | 187.77º | 0.93% | 0.53% | - |
| HSV(B) | 187.77º | 0.91% | 0.96% | - |
| XYZ | 41.78 | 56.45 | 95.88 | - |
| YUV | 162 | 175.4 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 246 | 0.91 | 0.12 | 0 | 0.04 | 187.77 | 0.93 | 0.53 |
| Hex | 16 | D9 | F6 | 5B | C | 0 | 4 | BC | 5D | 35 |
| Octal | 26 | 331 | 366 | 133 | 14 | 0 | 4 | 274 | 135 | 65 |
| Binary | 10110 | 11011001 | 11110110 | 1011011 | 1100 | 0 | 100 | 10111100 | 1011101 | 110101 |
Color Harmonies of #16D9F6
Complementary color
Monochromatic Colors of #16D9F6
Black with #16D9F6
Text Example
Text Example
White with #16D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D9F6; }
p { color: rgb(22,217,246); }
H1.HeaderClassName
{
color: #16D9F6;
}
.AnyTagClassName
{
color: #16D9F6;
}
</style>
background-color css
<style>
a { background-color: #16D9F6; }
a { background-color: rgb(22,217,246); }
div.DivClassName
{
background-color: #16D9F6;
}
.BgClassName
{
background-color: #16D9F6;
}
</style>
border-color css
<style>
span { border-color: #16D9F6; }
span { border-color: rgb(22,217,246); }
td.TdClassName
{
border-color: #16D9F6;
}
.TagClassName
{
border-color: #16D9F6;
}
</style>