Shades of Bright Turquoise #16FCC5
Tints of Bright Turquoise #16FCC5
RGB
CMYK
RGB Variations
Color information
#16FCC5 (or 0x16FCC5) is known color: Bright Turquoise. HEX triplet: 16, FC and C5. RGB value is (22,252,197). Sum of RGB (Red+Green+Blue) = 22+252+197=471 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.67% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #16FCC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FCC5 is #E9033A. Grayscale: #B0B0B0. Windows color (decimal): -15270715 or 12975126. OLE color: 12975126.
HSL color Cylindrical-coordinate representation of color #16FCC5: hue angle of 165.65º 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 #16FCC5 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 252 | 197 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.01 |
| HSL | 165.65º | 0.97% | 0.54% | - |
| HSV(B) | 165.65º | 0.91% | 0.99% | - |
| XYZ | 45.22 | 73.82 | 64.69 | - |
| YUV | 176.96 | 139.3 | 17.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 252 | 197 | 0.91 | 0 | 0.22 | 0.01 | 165.65 | 0.97 | 0.54 |
| Hex | 16 | FC | C5 | 5B | 0 | 16 | 1 | A6 | 61 | 36 |
| Octal | 26 | 374 | 305 | 133 | 0 | 26 | 1 | 246 | 141 | 66 |
| Binary | 10110 | 11111100 | 11000101 | 1011011 | 0 | 10110 | 1 | 10100110 | 1100001 | 110110 |
Color Harmonies of #16FCC5
Complementary color
Monochromatic Colors of #16FCC5
Black with #16FCC5
Text Example
Text Example
White with #16FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FCC5; }
p { color: rgb(22,252,197); }
H1.HeaderClassName
{
color: #16FCC5;
}
.AnyTagClassName
{
color: #16FCC5;
}
</style>
background-color css
<style>
a { background-color: #16FCC5; }
a { background-color: rgb(22,252,197); }
div.DivClassName
{
background-color: #16FCC5;
}
.BgClassName
{
background-color: #16FCC5;
}
</style>
border-color css
<style>
span { border-color: #16FCC5; }
span { border-color: rgb(22,252,197); }
td.TdClassName
{
border-color: #16FCC5;
}
.TagClassName
{
border-color: #16FCC5;
}
</style>