Shades of Bright Turquoise #16DFC9
Tints of Bright Turquoise #16DFC9
RGB
CMYK
RGB Variations
Color information
#16DFC9 (or 0x16DFC9) is known color: Bright Turquoise. HEX triplet: 16, DF and C9. RGB value is (22,223,201). Sum of RGB (Red+Green+Blue) = 22+223+201=446 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.93% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DFC9 is #E92036. Grayscale: #A0A0A0. Windows color (decimal): -15278135 or 13229846. OLE color: 13229846.
HSL color Cylindrical-coordinate representation of color #16DFC9: hue angle of 173.43º 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 #16DFC9 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 201 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.13 |
| HSL | 173.43º | 0.82% | 0.48% | - |
| HSV(B) | 173.43º | 0.9% | 0.87% | - |
| XYZ | 37.26 | 57.16 | 64.33 | - |
| YUV | 160.39 | 150.91 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 201 | 0.90 | 0 | 0.10 | 0.13 | 173.43 | 0.82 | 0.48 |
| Hex | 16 | DF | C9 | 5A | 0 | A | D | AD | 52 | 30 |
| Octal | 26 | 337 | 311 | 132 | 0 | 12 | 15 | 255 | 122 | 60 |
| Binary | 10110 | 11011111 | 11001001 | 1011010 | 0 | 1010 | 1101 | 10101101 | 1010010 | 110000 |
Color Harmonies of #16DFC9
Complementary color
Monochromatic Colors of #16DFC9
Black with #16DFC9
Text Example
Text Example
White with #16DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DFC9; }
p { color: rgb(22,223,201); }
H1.HeaderClassName
{
color: #16DFC9;
}
.AnyTagClassName
{
color: #16DFC9;
}
</style>
background-color css
<style>
a { background-color: #16DFC9; }
a { background-color: rgb(22,223,201); }
div.DivClassName
{
background-color: #16DFC9;
}
.BgClassName
{
background-color: #16DFC9;
}
</style>
border-color css
<style>
span { border-color: #16DFC9; }
span { border-color: rgb(22,223,201); }
td.TdClassName
{
border-color: #16DFC9;
}
.TagClassName
{
border-color: #16DFC9;
}
</style>