Shades of Bright Turquoise #16DEDD
Tints of Bright Turquoise #16DEDD
RGB
CMYK
RGB Variations
Color information
#16DEDD (or 0x16DEDD) is known color: Bright Turquoise. HEX triplet: 16, DE and DD. RGB value is (22,222,221). Sum of RGB (Red+Green+Blue) = 22+222+221=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #16DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DEDD is #E92122. Grayscale: #A1A1A1. Windows color (decimal): -15278371 or 14540310. OLE color: 14540310.
HSL color Cylindrical-coordinate representation of color #16DEDD: hue angle of 179.7º 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 #16DEDD is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 222 | 221 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.13 |
| HSL | 179.7º | 0.82% | 0.48% | - |
| HSV(B) | 179.7º | 0.9% | 0.87% | - |
| XYZ | 39.5 | 57.63 | 77.45 | - |
| YUV | 162.09 | 161.24 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 222 | 221 | 0.90 | 0 | 0.00 | 0.13 | 179.7 | 0.82 | 0.48 |
| Hex | 16 | DE | DD | 5A | 0 | 0 | D | B4 | 52 | 30 |
| Octal | 26 | 336 | 335 | 132 | 0 | 0 | 15 | 264 | 122 | 60 |
| Binary | 10110 | 11011110 | 11011101 | 1011010 | 0 | 0 | 1101 | 10110100 | 1010010 | 110000 |
Color Harmonies of #16DEDD
Complementary color
Monochromatic Colors of #16DEDD
Black with #16DEDD
Text Example
Text Example
White with #16DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DEDD; }
p { color: rgb(22,222,221); }
H1.HeaderClassName
{
color: #16DEDD;
}
.AnyTagClassName
{
color: #16DEDD;
}
</style>
background-color css
<style>
a { background-color: #16DEDD; }
a { background-color: rgb(22,222,221); }
div.DivClassName
{
background-color: #16DEDD;
}
.BgClassName
{
background-color: #16DEDD;
}
</style>
border-color css
<style>
span { border-color: #16DEDD; }
span { border-color: rgb(22,222,221); }
td.TdClassName
{
border-color: #16DEDD;
}
.TagClassName
{
border-color: #16DEDD;
}
</style>