Shades of Dark Turquoise #16CBDA
Tints of Dark Turquoise #16CBDA
RGB
CMYK
RGB Variations
Color information
#16CBDA (or 0x16CBDA) is known color: Dark Turquoise. HEX triplet: 16, CB and DA. RGB value is (22,203,218). Sum of RGB (Red+Green+Blue) = 22+203+218=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #16CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CBDA is #E93425. Grayscale: #969696. Windows color (decimal): -15283238 or 14338838. OLE color: 14338838.
HSL color Cylindrical-coordinate representation of color #16CBDA: hue angle of 184.59º 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 #16CBDA is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 203 | 218 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.15 |
| HSL | 184.59º | 0.82% | 0.47% | - |
| HSV(B) | 184.59º | 0.9% | 0.85% | - |
| XYZ | 34.34 | 47.94 | 73.77 | - |
| YUV | 150.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 218 | 0.90 | 0.07 | 0 | 0.15 | 184.59 | 0.82 | 0.47 |
| Hex | 16 | CB | DA | 5A | 7 | 0 | F | B9 | 52 | 2F |
| Octal | 26 | 313 | 332 | 132 | 7 | 0 | 17 | 271 | 122 | 57 |
| Binary | 10110 | 11001011 | 11011010 | 1011010 | 111 | 0 | 1111 | 10111001 | 1010010 | 101111 |
Color Harmonies of #16CBDA
Complementary color
Monochromatic Colors of #16CBDA
Black with #16CBDA
Text Example
Text Example
White with #16CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBDA; }
p { color: rgb(22,203,218); }
H1.HeaderClassName
{
color: #16CBDA;
}
.AnyTagClassName
{
color: #16CBDA;
}
</style>
background-color css
<style>
a { background-color: #16CBDA; }
a { background-color: rgb(22,203,218); }
div.DivClassName
{
background-color: #16CBDA;
}
.BgClassName
{
background-color: #16CBDA;
}
</style>
border-color css
<style>
span { border-color: #16CBDA; }
span { border-color: rgb(22,203,218); }
td.TdClassName
{
border-color: #16CBDA;
}
.TagClassName
{
border-color: #16CBDA;
}
</style>