Shades of Dark Turquoise #16CCDA
Tints of Dark Turquoise #16CCDA
RGB
CMYK
RGB Variations
Color information
#16CCDA (or 0x16CCDA) is known color: Dark Turquoise. HEX triplet: 16, CC and DA. RGB value is (22,204,218). Sum of RGB (Red+Green+Blue) = 22+204+218=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #16CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CCDA is #E93325. Grayscale: #969696. Windows color (decimal): -15282982 or 14339094. OLE color: 14339094.
HSL color Cylindrical-coordinate representation of color #16CCDA: hue angle of 184.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CCDA is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 204 | 218 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.15 |
| HSL | 184.29º | 0.82% | 0.47% | - |
| HSV(B) | 184.29º | 0.9% | 0.85% | - |
| XYZ | 34.58 | 48.42 | 73.85 | - |
| YUV | 151.18 | 165.7 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 218 | 0.90 | 0.06 | 0 | 0.15 | 184.29 | 0.82 | 0.47 |
| Hex | 16 | CC | DA | 5A | 6 | 0 | F | B8 | 52 | 2F |
| Octal | 26 | 314 | 332 | 132 | 6 | 0 | 17 | 270 | 122 | 57 |
| Binary | 10110 | 11001100 | 11011010 | 1011010 | 110 | 0 | 1111 | 10111000 | 1010010 | 101111 |
Color Harmonies of #16CCDA
Complementary color
Monochromatic Colors of #16CCDA
Black with #16CCDA
Text Example
Text Example
White with #16CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCDA; }
p { color: rgb(22,204,218); }
H1.HeaderClassName
{
color: #16CCDA;
}
.AnyTagClassName
{
color: #16CCDA;
}
</style>
background-color css
<style>
a { background-color: #16CCDA; }
a { background-color: rgb(22,204,218); }
div.DivClassName
{
background-color: #16CCDA;
}
.BgClassName
{
background-color: #16CCDA;
}
</style>
border-color css
<style>
span { border-color: #16CCDA; }
span { border-color: rgb(22,204,218); }
td.TdClassName
{
border-color: #16CCDA;
}
.TagClassName
{
border-color: #16CCDA;
}
</style>