Shades of Bright Turquoise #16FBCC
Tints of Bright Turquoise #16FBCC
RGB
CMYK
RGB Variations
Color information
#16FBCC (or 0x16FBCC) is known color: Bright Turquoise. HEX triplet: 16, FB and CC. RGB value is (22,251,204). Sum of RGB (Red+Green+Blue) = 22+251+204=477 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.61% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #16FBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FBCC is #E90433. Grayscale: #B1B1B1. Windows color (decimal): -15270964 or 13433622. OLE color: 13433622.
HSL color Cylindrical-coordinate representation of color #16FBCC: hue angle of 167.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FBCC is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 251 | 204 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.02 |
| HSL | 167.69º | 0.97% | 0.54% | - |
| HSV(B) | 167.69º | 0.91% | 0.98% | - |
| XYZ | 45.73 | 73.52 | 68.91 | - |
| YUV | 177.17 | 143.13 | 17.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 251 | 204 | 0.91 | 0 | 0.19 | 0.02 | 167.69 | 0.97 | 0.54 |
| Hex | 16 | FB | CC | 5B | 0 | 13 | 2 | A8 | 61 | 36 |
| Octal | 26 | 373 | 314 | 133 | 0 | 23 | 2 | 250 | 141 | 66 |
| Binary | 10110 | 11111011 | 11001100 | 1011011 | 0 | 10011 | 10 | 10101000 | 1100001 | 110110 |
Color Harmonies of #16FBCC
Complementary color
Monochromatic Colors of #16FBCC
Black with #16FBCC
Text Example
Text Example
White with #16FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FBCC; }
p { color: rgb(22,251,204); }
H1.HeaderClassName
{
color: #16FBCC;
}
.AnyTagClassName
{
color: #16FBCC;
}
</style>
background-color css
<style>
a { background-color: #16FBCC; }
a { background-color: rgb(22,251,204); }
div.DivClassName
{
background-color: #16FBCC;
}
.BgClassName
{
background-color: #16FBCC;
}
</style>
border-color css
<style>
span { border-color: #16FBCC; }
span { border-color: rgb(22,251,204); }
td.TdClassName
{
border-color: #16FBCC;
}
.TagClassName
{
border-color: #16FBCC;
}
</style>