Shades of Bright Turquoise #16D6DD
Tints of Bright Turquoise #16D6DD
RGB
CMYK
RGB Variations
Color information
#16D6DD (or 0x16D6DD) is known color: Bright Turquoise. HEX triplet: 16, D6 and DD. RGB value is (22,214,221). Sum of RGB (Red+Green+Blue) = 22+214+221=457 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.81% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #16D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D6DD is #E92922. Grayscale: #9D9D9D. Windows color (decimal): -15280419 or 14538262. OLE color: 14538262.
HSL color Cylindrical-coordinate representation of color #16D6DD: hue angle of 182.11º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D6DD is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 214 | 221 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.13 |
| HSL | 182.11º | 0.82% | 0.48% | - |
| HSV(B) | 182.11º | 0.9% | 0.87% | - |
| XYZ | 37.43 | 53.48 | 76.76 | - |
| YUV | 157.39 | 163.89 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 221 | 0.90 | 0.03 | 0 | 0.13 | 182.11 | 0.82 | 0.48 |
| Hex | 16 | D6 | DD | 5A | 3 | 0 | D | B6 | 52 | 30 |
| Octal | 26 | 326 | 335 | 132 | 3 | 0 | 15 | 266 | 122 | 60 |
| Binary | 10110 | 11010110 | 11011101 | 1011010 | 11 | 0 | 1101 | 10110110 | 1010010 | 110000 |
Color Harmonies of #16D6DD
Complementary color
Monochromatic Colors of #16D6DD
Black with #16D6DD
Text Example
Text Example
White with #16D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D6DD; }
p { color: rgb(22,214,221); }
H1.HeaderClassName
{
color: #16D6DD;
}
.AnyTagClassName
{
color: #16D6DD;
}
</style>
background-color css
<style>
a { background-color: #16D6DD; }
a { background-color: rgb(22,214,221); }
div.DivClassName
{
background-color: #16D6DD;
}
.BgClassName
{
background-color: #16D6DD;
}
</style>
border-color css
<style>
span { border-color: #16D6DD; }
span { border-color: rgb(22,214,221); }
td.TdClassName
{
border-color: #16D6DD;
}
.TagClassName
{
border-color: #16D6DD;
}
</style>