Shades of Bright Turquoise #16FCE1
Tints of Bright Turquoise #16FCE1
RGB
CMYK
RGB Variations
Color information
#16FCE1 (or 0x16FCE1) is known color: Bright Turquoise. HEX triplet: 16, FC and E1. RGB value is (22,252,225). Sum of RGB (Red+Green+Blue) = 22+252+225=499 (66% of max value = 765). Red value is 22 (8.98% from 255 or 4.41% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #16FCE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FCE1 is #E9031E. Grayscale: #B4B4B4. Windows color (decimal): -15270687 or 14810134. OLE color: 14810134.
HSL color Cylindrical-coordinate representation of color #16FCE1: hue angle of 172.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FCE1 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 252 | 225 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.01 |
| HSL | 172.96º | 0.97% | 0.54% | - |
| HSV(B) | 172.96º | 0.91% | 0.99% | - |
| XYZ | 48.73 | 75.23 | 83.19 | - |
| YUV | 180.15 | 153.3 | 15.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 252 | 225 | 0.91 | 0 | 0.11 | 0.01 | 172.96 | 0.97 | 0.54 |
| Hex | 16 | FC | E1 | 5B | 0 | B | 1 | AD | 61 | 36 |
| Octal | 26 | 374 | 341 | 133 | 0 | 13 | 1 | 255 | 141 | 66 |
| Binary | 10110 | 11111100 | 11100001 | 1011011 | 0 | 1011 | 1 | 10101101 | 1100001 | 110110 |
Color Harmonies of #16FCE1
Complementary color
Monochromatic Colors of #16FCE1
Black with #16FCE1
Text Example
Text Example
White with #16FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FCE1; }
p { color: rgb(22,252,225); }
H1.HeaderClassName
{
color: #16FCE1;
}
.AnyTagClassName
{
color: #16FCE1;
}
</style>
background-color css
<style>
a { background-color: #16FCE1; }
a { background-color: rgb(22,252,225); }
div.DivClassName
{
background-color: #16FCE1;
}
.BgClassName
{
background-color: #16FCE1;
}
</style>
border-color css
<style>
span { border-color: #16FCE1; }
span { border-color: rgb(22,252,225); }
td.TdClassName
{
border-color: #16FCE1;
}
.TagClassName
{
border-color: #16FCE1;
}
</style>