Shades of Bright Turquoise #16F9DF
Tints of Bright Turquoise #16F9DF
RGB
CMYK
RGB Variations
Color information
#16F9DF (or 0x16F9DF) is known color: Bright Turquoise. HEX triplet: 16, F9 and DF. RGB value is (22,249,223). Sum of RGB (Red+Green+Blue) = 22+249+223=494 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.45% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #16F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F9DF is #E90620. Grayscale: #B2B2B2. Windows color (decimal): -15271457 or 14678294. OLE color: 14678294.
HSL color Cylindrical-coordinate representation of color #16F9DF: hue angle of 173.13º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F9DF is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 249 | 223 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.02 |
| HSL | 173.13º | 0.95% | 0.53% | - |
| HSV(B) | 173.13º | 0.91% | 0.98% | - |
| XYZ | 47.53 | 73.25 | 81.45 | - |
| YUV | 178.16 | 153.29 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 249 | 223 | 0.91 | 0 | 0.10 | 0.02 | 173.13 | 0.95 | 0.53 |
| Hex | 16 | F9 | DF | 5B | 0 | A | 2 | AD | 5F | 35 |
| Octal | 26 | 371 | 337 | 133 | 0 | 12 | 2 | 255 | 137 | 65 |
| Binary | 10110 | 11111001 | 11011111 | 1011011 | 0 | 1010 | 10 | 10101101 | 1011111 | 110101 |
Color Harmonies of #16F9DF
Complementary color
Monochromatic Colors of #16F9DF
Black with #16F9DF
Text Example
Text Example
White with #16F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F9DF; }
p { color: rgb(22,249,223); }
H1.HeaderClassName
{
color: #16F9DF;
}
.AnyTagClassName
{
color: #16F9DF;
}
</style>
background-color css
<style>
a { background-color: #16F9DF; }
a { background-color: rgb(22,249,223); }
div.DivClassName
{
background-color: #16F9DF;
}
.BgClassName
{
background-color: #16F9DF;
}
</style>
border-color css
<style>
span { border-color: #16F9DF; }
span { border-color: rgb(22,249,223); }
td.TdClassName
{
border-color: #16F9DF;
}
.TagClassName
{
border-color: #16F9DF;
}
</style>