Shades of Bright Turquoise #16FFDF
Tints of Bright Turquoise #16FFDF
RGB
CMYK
RGB Variations
Color information
#16FFDF (or 0x16FFDF) is known color: Bright Turquoise. HEX triplet: 16, FF and DF. RGB value is (22,255,223). Sum of RGB (Red+Green+Blue) = 22+255+223=500 (66% of max value = 765). Red value is 22 (8.98% from 255 or 4.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FFDF is #E90020. Grayscale: #B5B5B5. Windows color (decimal): -15269921 or 14679830. OLE color: 14679830.
HSL color Cylindrical-coordinate representation of color #16FFDF: hue angle of 171.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFDF is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 223 | - |
| CMYK | 0.91 | 0 | 0.13 | 0 |
| HSL | 171.76º | 1% | 0.54% | - |
| HSV(B) | 171.76º | 0.91% | 1% | - |
| XYZ | 49.41 | 77.02 | 82.07 | - |
| YUV | 181.69 | 151.31 | 14.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 223 | 0.91 | 0 | 0.13 | 0 | 171.76 | 1 | 0.54 |
| Hex | 16 | FF | DF | 5B | 0 | D | 0 | AC | 64 | 36 |
| Octal | 26 | 377 | 337 | 133 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10110 | 11111111 | 11011111 | 1011011 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #16FFDF
Complementary color
Monochromatic Colors of #16FFDF
Black with #16FFDF
Text Example
Text Example
White with #16FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFDF; }
p { color: rgb(22,255,223); }
H1.HeaderClassName
{
color: #16FFDF;
}
.AnyTagClassName
{
color: #16FFDF;
}
</style>
background-color css
<style>
a { background-color: #16FFDF; }
a { background-color: rgb(22,255,223); }
div.DivClassName
{
background-color: #16FFDF;
}
.BgClassName
{
background-color: #16FFDF;
}
</style>
border-color css
<style>
span { border-color: #16FFDF; }
span { border-color: rgb(22,255,223); }
td.TdClassName
{
border-color: #16FFDF;
}
.TagClassName
{
border-color: #16FFDF;
}
</style>