Shades of Bright Turquoise #16DFCC
Tints of Bright Turquoise #16DFCC
RGB
CMYK
RGB Variations
Color information
#16DFCC (or 0x16DFCC) is known color: Bright Turquoise. HEX triplet: 16, DF and CC. RGB value is (22,223,204). Sum of RGB (Red+Green+Blue) = 22+223+204=449 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.90% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #16DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DFCC is #E92033. Grayscale: #A0A0A0. Windows color (decimal): -15278132 or 13426454. OLE color: 13426454.
HSL color Cylindrical-coordinate representation of color #16DFCC: hue angle of 174.33º 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 #16DFCC is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 223 | 204 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.13 |
| HSL | 174.33º | 0.82% | 0.48% | - |
| HSV(B) | 174.33º | 0.9% | 0.87% | - |
| XYZ | 37.62 | 57.31 | 66.21 | - |
| YUV | 160.74 | 152.41 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 223 | 204 | 0.90 | 0 | 0.09 | 0.13 | 174.33 | 0.82 | 0.48 |
| Hex | 16 | DF | CC | 5A | 0 | 9 | D | AE | 52 | 30 |
| Octal | 26 | 337 | 314 | 132 | 0 | 11 | 15 | 256 | 122 | 60 |
| Binary | 10110 | 11011111 | 11001100 | 1011010 | 0 | 1001 | 1101 | 10101110 | 1010010 | 110000 |
Color Harmonies of #16DFCC
Complementary color
Monochromatic Colors of #16DFCC
Black with #16DFCC
Text Example
Text Example
White with #16DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DFCC; }
p { color: rgb(22,223,204); }
H1.HeaderClassName
{
color: #16DFCC;
}
.AnyTagClassName
{
color: #16DFCC;
}
</style>
background-color css
<style>
a { background-color: #16DFCC; }
a { background-color: rgb(22,223,204); }
div.DivClassName
{
background-color: #16DFCC;
}
.BgClassName
{
background-color: #16DFCC;
}
</style>
border-color css
<style>
span { border-color: #16DFCC; }
span { border-color: rgb(22,223,204); }
td.TdClassName
{
border-color: #16DFCC;
}
.TagClassName
{
border-color: #16DFCC;
}
</style>