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