Shades of Dark Turquoise #16CDDF
Tints of Dark Turquoise #16CDDF
RGB
CMYK
RGB Variations
Color information
#16CDDF (or 0x16CDDF) is known color: Dark Turquoise. HEX triplet: 16, CD and DF. RGB value is (22,205,223). Sum of RGB (Red+Green+Blue) = 22+205+223=450 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #16CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CDDF is #E93220. Grayscale: #989898. Windows color (decimal): -15282721 or 14667030. OLE color: 14667030.
HSL color Cylindrical-coordinate representation of color #16CDDF: hue angle of 185.37º 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 #16CDDF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 205 | 223 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.13 |
| HSL | 185.37º | 0.82% | 0.48% | - |
| HSV(B) | 185.37º | 0.9% | 0.87% | - |
| XYZ | 35.48 | 49.16 | 77.43 | - |
| YUV | 152.34 | 167.87 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 223 | 0.90 | 0.08 | 0 | 0.13 | 185.37 | 0.82 | 0.48 |
| Hex | 16 | CD | DF | 5A | 8 | 0 | D | B9 | 52 | 30 |
| Octal | 26 | 315 | 337 | 132 | 10 | 0 | 15 | 271 | 122 | 60 |
| Binary | 10110 | 11001101 | 11011111 | 1011010 | 1000 | 0 | 1101 | 10111001 | 1010010 | 110000 |
Color Harmonies of #16CDDF
Complementary color
Monochromatic Colors of #16CDDF
Black with #16CDDF
Text Example
Text Example
White with #16CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDDF; }
p { color: rgb(22,205,223); }
H1.HeaderClassName
{
color: #16CDDF;
}
.AnyTagClassName
{
color: #16CDDF;
}
</style>
background-color css
<style>
a { background-color: #16CDDF; }
a { background-color: rgb(22,205,223); }
div.DivClassName
{
background-color: #16CDDF;
}
.BgClassName
{
background-color: #16CDDF;
}
</style>
border-color css
<style>
span { border-color: #16CDDF; }
span { border-color: rgb(22,205,223); }
td.TdClassName
{
border-color: #16CDDF;
}
.TagClassName
{
border-color: #16CDDF;
}
</style>