Shades of Bright Turquoise #16ECDB
Tints of Bright Turquoise #16ECDB
RGB
CMYK
RGB Variations
Color information
#16ECDB (or 0x16ECDB) is known color: Bright Turquoise. HEX triplet: 16, EC and DB. RGB value is (22,236,219). Sum of RGB (Red+Green+Blue) = 22+236+219=477 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.61% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #16ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16ECDB is #E91324. Grayscale: #A9A9A9. Windows color (decimal): -15274789 or 14412822. OLE color: 14412822.
HSL color Cylindrical-coordinate representation of color #16ECDB: hue angle of 175.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ECDB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 219 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.07 |
| HSL | 175.23º | 0.85% | 0.51% | - |
| HSV(B) | 175.23º | 0.91% | 0.93% | - |
| XYZ | 43.11 | 65.28 | 77.35 | - |
| YUV | 170.08 | 155.6 | 22.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 219 | 0.91 | 0 | 0.07 | 0.07 | 175.23 | 0.85 | 0.51 |
| Hex | 16 | EC | DB | 5B | 0 | 7 | 7 | AF | 55 | 33 |
| Octal | 26 | 354 | 333 | 133 | 0 | 7 | 7 | 257 | 125 | 63 |
| Binary | 10110 | 11101100 | 11011011 | 1011011 | 0 | 111 | 111 | 10101111 | 1010101 | 110011 |
Color Harmonies of #16ECDB
Complementary color
Monochromatic Colors of #16ECDB
Black with #16ECDB
Text Example
Text Example
White with #16ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ECDB; }
p { color: rgb(22,236,219); }
H1.HeaderClassName
{
color: #16ECDB;
}
.AnyTagClassName
{
color: #16ECDB;
}
</style>
background-color css
<style>
a { background-color: #16ECDB; }
a { background-color: rgb(22,236,219); }
div.DivClassName
{
background-color: #16ECDB;
}
.BgClassName
{
background-color: #16ECDB;
}
</style>
border-color css
<style>
span { border-color: #16ECDB; }
span { border-color: rgb(22,236,219); }
td.TdClassName
{
border-color: #16ECDB;
}
.TagClassName
{
border-color: #16ECDB;
}
</style>