Shades of Bright Turquoise #16E9DF
Tints of Bright Turquoise #16E9DF
RGB
CMYK
RGB Variations
Color information
#16E9DF (or 0x16E9DF) is known color: Bright Turquoise. HEX triplet: 16, E9 and DF. RGB value is (22,233,223). Sum of RGB (Red+Green+Blue) = 22+233+223=478 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.60% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #16E9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16E9DF is #E91620. Grayscale: #A8A8A8. Windows color (decimal): -15275553 or 14674198. OLE color: 14674198.
HSL color Cylindrical-coordinate representation of color #16E9DF: hue angle of 177.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E9DF is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 233 | 223 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.09 |
| HSL | 177.16º | 0.83% | 0.5% | - |
| HSV(B) | 177.16º | 0.91% | 0.91% | - |
| XYZ | 42.79 | 63.78 | 79.87 | - |
| YUV | 168.77 | 158.6 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 233 | 223 | 0.91 | 0 | 0.04 | 0.09 | 177.16 | 0.83 | 0.5 |
| Hex | 16 | E9 | DF | 5B | 0 | 4 | 9 | B1 | 53 | 32 |
| Octal | 26 | 351 | 337 | 133 | 0 | 4 | 11 | 261 | 123 | 62 |
| Binary | 10110 | 11101001 | 11011111 | 1011011 | 0 | 100 | 1001 | 10110001 | 1010011 | 110010 |
Color Harmonies of #16E9DF
Complementary color
Monochromatic Colors of #16E9DF
Black with #16E9DF
Text Example
Text Example
White with #16E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E9DF; }
p { color: rgb(22,233,223); }
H1.HeaderClassName
{
color: #16E9DF;
}
.AnyTagClassName
{
color: #16E9DF;
}
</style>
background-color css
<style>
a { background-color: #16E9DF; }
a { background-color: rgb(22,233,223); }
div.DivClassName
{
background-color: #16E9DF;
}
.BgClassName
{
background-color: #16E9DF;
}
</style>
border-color css
<style>
span { border-color: #16E9DF; }
span { border-color: rgb(22,233,223); }
td.TdClassName
{
border-color: #16E9DF;
}
.TagClassName
{
border-color: #16E9DF;
}
</style>