Shades of Bright Turquoise #16FFCC
Tints of Bright Turquoise #16FFCC
RGB
CMYK
RGB Variations
Color information
#16FFCC (or 0x16FFCC) is known color: Bright Turquoise. HEX triplet: 16, FF and CC. RGB value is (22,255,204). Sum of RGB (Red+Green+Blue) = 22+255+204=481 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.57% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16FFCC is #E90033. Grayscale: #B3B3B3. Windows color (decimal): -15269940 or 13434646. OLE color: 13434646.
HSL color Cylindrical-coordinate representation of color #16FFCC: hue angle of 166.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFCC is Cyan = 0.91, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 204 | - |
| CMYK | 0.91 | 0 | 0.2 | 0 |
| HSL | 166.87º | 1% | 0.54% | - |
| HSV(B) | 166.87º | 0.91% | 1% | - |
| XYZ | 46.99 | 76.05 | 69.33 | - |
| YUV | 179.52 | 141.81 | 15.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 204 | 0.91 | 0 | 0.2 | 0 | 166.87 | 1 | 0.54 |
| Hex | 16 | FF | CC | 5B | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 26 | 377 | 314 | 133 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10110 | 11111111 | 11001100 | 1011011 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #16FFCC
Complementary color
Monochromatic Colors of #16FFCC
Black with #16FFCC
Text Example
Text Example
White with #16FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFCC; }
p { color: rgb(22,255,204); }
H1.HeaderClassName
{
color: #16FFCC;
}
.AnyTagClassName
{
color: #16FFCC;
}
</style>
background-color css
<style>
a { background-color: #16FFCC; }
a { background-color: rgb(22,255,204); }
div.DivClassName
{
background-color: #16FFCC;
}
.BgClassName
{
background-color: #16FFCC;
}
</style>
border-color css
<style>
span { border-color: #16FFCC; }
span { border-color: rgb(22,255,204); }
td.TdClassName
{
border-color: #16FFCC;
}
.TagClassName
{
border-color: #16FFCC;
}
</style>