Shades of Bright Turquoise #16FADF
Tints of Bright Turquoise #16FADF
RGB
CMYK
RGB Variations
Color information
#16FADF (or 0x16FADF) is known color: Bright Turquoise. HEX triplet: 16, FA and DF. RGB value is (22,250,223). Sum of RGB (Red+Green+Blue) = 22+250+223=495 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #16FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FADF is #E90520. Grayscale: #B2B2B2. Windows color (decimal): -15271201 or 14678550. OLE color: 14678550.
HSL color Cylindrical-coordinate representation of color #16FADF: hue angle of 172.89º degrees, saturation: 0.96, 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 #16FADF is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 250 | 223 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.02 |
| HSL | 172.89º | 0.96% | 0.53% | - |
| HSV(B) | 172.89º | 0.91% | 0.98% | - |
| XYZ | 47.84 | 73.87 | 81.55 | - |
| YUV | 178.75 | 152.96 | 16.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 250 | 223 | 0.91 | 0 | 0.11 | 0.02 | 172.89 | 0.96 | 0.53 |
| Hex | 16 | FA | DF | 5B | 0 | B | 2 | AD | 60 | 35 |
| Octal | 26 | 372 | 337 | 133 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10110 | 11111010 | 11011111 | 1011011 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #16FADF
Complementary color
Monochromatic Colors of #16FADF
Black with #16FADF
Text Example
Text Example
White with #16FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FADF; }
p { color: rgb(22,250,223); }
H1.HeaderClassName
{
color: #16FADF;
}
.AnyTagClassName
{
color: #16FADF;
}
</style>
background-color css
<style>
a { background-color: #16FADF; }
a { background-color: rgb(22,250,223); }
div.DivClassName
{
background-color: #16FADF;
}
.BgClassName
{
background-color: #16FADF;
}
</style>
border-color css
<style>
span { border-color: #16FADF; }
span { border-color: rgb(22,250,223); }
td.TdClassName
{
border-color: #16FADF;
}
.TagClassName
{
border-color: #16FADF;
}
</style>