Shades of Bright Turquoise #16DCFA
Tints of Bright Turquoise #16DCFA
RGB
CMYK
RGB Variations
Color information
#16DCFA (or 0x16DCFA) is known color: Bright Turquoise. HEX triplet: 16, DC and FA. RGB value is (22,220,250). Sum of RGB (Red+Green+Blue) = 22+220+250=492 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.47% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #16DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DCFA is #E92305. Grayscale: #A3A3A3. Windows color (decimal): -15278854 or 16440342. OLE color: 16440342.
HSL color Cylindrical-coordinate representation of color #16DCFA: hue angle of 187.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 #16DCFA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 220 | 250 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.02 |
| HSL | 187.89º | 0.96% | 0.53% | - |
| HSV(B) | 187.89º | 0.91% | 0.98% | - |
| XYZ | 43.18 | 58.26 | 99.41 | - |
| YUV | 164.22 | 176.4 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 250 | 0.91 | 0.12 | 0 | 0.02 | 187.89 | 0.96 | 0.53 |
| Hex | 16 | DC | FA | 5B | C | 0 | 2 | BC | 60 | 35 |
| Octal | 26 | 334 | 372 | 133 | 14 | 0 | 2 | 274 | 140 | 65 |
| Binary | 10110 | 11011100 | 11111010 | 1011011 | 1100 | 0 | 10 | 10111100 | 1100000 | 110101 |
Color Harmonies of #16DCFA
Complementary color
Monochromatic Colors of #16DCFA
Black with #16DCFA
Text Example
Text Example
White with #16DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DCFA; }
p { color: rgb(22,220,250); }
H1.HeaderClassName
{
color: #16DCFA;
}
.AnyTagClassName
{
color: #16DCFA;
}
</style>
background-color css
<style>
a { background-color: #16DCFA; }
a { background-color: rgb(22,220,250); }
div.DivClassName
{
background-color: #16DCFA;
}
.BgClassName
{
background-color: #16DCFA;
}
</style>
border-color css
<style>
span { border-color: #16DCFA; }
span { border-color: rgb(22,220,250); }
td.TdClassName
{
border-color: #16DCFA;
}
.TagClassName
{
border-color: #16DCFA;
}
</style>