Shades of Dark Turquoise #16CFDB
Tints of Dark Turquoise #16CFDB
RGB
CMYK
RGB Variations
Color information
#16CFDB (or 0x16CFDB) is known color: Dark Turquoise. HEX triplet: 16, CF and DB. RGB value is (22,207,219). Sum of RGB (Red+Green+Blue) = 22+207+219=448 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.91% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #16CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFDB is #E93024. Grayscale: #989898. Windows color (decimal): -15282213 or 14405398. OLE color: 14405398.
HSL color Cylindrical-coordinate representation of color #16CFDB: hue angle of 183.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CFDB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 207 | 219 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.14 |
| HSL | 183.65º | 0.82% | 0.47% | - |
| HSV(B) | 183.65º | 0.9% | 0.86% | - |
| XYZ | 35.43 | 49.91 | 74.78 | - |
| YUV | 153.05 | 165.21 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 219 | 0.90 | 0.05 | 0 | 0.14 | 183.65 | 0.82 | 0.47 |
| Hex | 16 | CF | DB | 5A | 5 | 0 | E | B8 | 52 | 2F |
| Octal | 26 | 317 | 333 | 132 | 5 | 0 | 16 | 270 | 122 | 57 |
| Binary | 10110 | 11001111 | 11011011 | 1011010 | 101 | 0 | 1110 | 10111000 | 1010010 | 101111 |
Color Harmonies of #16CFDB
Complementary color
Monochromatic Colors of #16CFDB
Black with #16CFDB
Text Example
Text Example
White with #16CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFDB; }
p { color: rgb(22,207,219); }
H1.HeaderClassName
{
color: #16CFDB;
}
.AnyTagClassName
{
color: #16CFDB;
}
</style>
background-color css
<style>
a { background-color: #16CFDB; }
a { background-color: rgb(22,207,219); }
div.DivClassName
{
background-color: #16CFDB;
}
.BgClassName
{
background-color: #16CFDB;
}
</style>
border-color css
<style>
span { border-color: #16CFDB; }
span { border-color: rgb(22,207,219); }
td.TdClassName
{
border-color: #16CFDB;
}
.TagClassName
{
border-color: #16CFDB;
}
</style>