Shades of Bright Turquoise #16FAE6
Tints of Bright Turquoise #16FAE6
RGB
CMYK
RGB Variations
Color information
#16FAE6 (or 0x16FAE6) is known color: Bright Turquoise. HEX triplet: 16, FA and E6. RGB value is (22,250,230). Sum of RGB (Red+Green+Blue) = 22+250+230=502 (66% of max value = 765). Red value is 22 (8.98% from 255 or 4.38% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #16FAE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16FAE6 is #E90519. Grayscale: #B3B3B3. Windows color (decimal): -15271194 or 15137302. OLE color: 15137302.
HSL color Cylindrical-coordinate representation of color #16FAE6: hue angle of 174.74º 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 #16FAE6 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 250 | 230 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.02 |
| HSL | 174.74º | 0.96% | 0.53% | - |
| HSV(B) | 174.74º | 0.91% | 0.98% | - |
| XYZ | 48.8 | 74.25 | 86.62 | - |
| YUV | 179.55 | 156.46 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 250 | 230 | 0.91 | 0 | 0.08 | 0.02 | 174.74 | 0.96 | 0.53 |
| Hex | 16 | FA | E6 | 5B | 0 | 8 | 2 | AF | 60 | 35 |
| Octal | 26 | 372 | 346 | 133 | 0 | 10 | 2 | 257 | 140 | 65 |
| Binary | 10110 | 11111010 | 11100110 | 1011011 | 0 | 1000 | 10 | 10101111 | 1100000 | 110101 |
Color Harmonies of #16FAE6
Complementary color
Monochromatic Colors of #16FAE6
Black with #16FAE6
Text Example
Text Example
White with #16FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FAE6; }
p { color: rgb(22,250,230); }
H1.HeaderClassName
{
color: #16FAE6;
}
.AnyTagClassName
{
color: #16FAE6;
}
</style>
background-color css
<style>
a { background-color: #16FAE6; }
a { background-color: rgb(22,250,230); }
div.DivClassName
{
background-color: #16FAE6;
}
.BgClassName
{
background-color: #16FAE6;
}
</style>
border-color css
<style>
span { border-color: #16FAE6; }
span { border-color: rgb(22,250,230); }
td.TdClassName
{
border-color: #16FAE6;
}
.TagClassName
{
border-color: #16FAE6;
}
</style>