Shades of Bright Turquoise #16DFDD
Tints of Bright Turquoise #16DFDD
RGB
CMYK
RGB Variations
Color information
#16DFDD (or 0x16DFDD) is known color: Bright Turquoise. HEX triplet: 16, DF and DD. RGB value is (22,223,221). Sum of RGB (Red+Green+Blue) = 22+223+221=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DFDD is #E92022. Grayscale: #A2A2A2. Windows color (decimal): -15278115 or 14540566. OLE color: 14540566.
HSL color Cylindrical-coordinate representation of color #16DFDD: hue angle of 179.4º 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 #16DFDD is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 221 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.13 |
| HSL | 179.4º | 0.82% | 0.48% | - |
| HSV(B) | 179.4º | 0.9% | 0.87% | - |
| XYZ | 39.77 | 58.17 | 77.54 | - |
| YUV | 162.67 | 160.91 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 221 | 0.90 | 0 | 0.01 | 0.13 | 179.4 | 0.82 | 0.48 |
| Hex | 16 | DF | DD | 5A | 0 | 1 | D | B3 | 52 | 30 |
| Octal | 26 | 337 | 335 | 132 | 0 | 1 | 15 | 263 | 122 | 60 |
| Binary | 10110 | 11011111 | 11011101 | 1011010 | 0 | 1 | 1101 | 10110011 | 1010010 | 110000 |
Color Harmonies of #16DFDD
Complementary color
Monochromatic Colors of #16DFDD
Black with #16DFDD
Text Example
Text Example
White with #16DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DFDD; }
p { color: rgb(22,223,221); }
H1.HeaderClassName
{
color: #16DFDD;
}
.AnyTagClassName
{
color: #16DFDD;
}
</style>
background-color css
<style>
a { background-color: #16DFDD; }
a { background-color: rgb(22,223,221); }
div.DivClassName
{
background-color: #16DFDD;
}
.BgClassName
{
background-color: #16DFDD;
}
</style>
border-color css
<style>
span { border-color: #16DFDD; }
span { border-color: rgb(22,223,221); }
td.TdClassName
{
border-color: #16DFDD;
}
.TagClassName
{
border-color: #16DFDD;
}
</style>