Shades of Bright Turquoise #16F0CC
Tints of Bright Turquoise #16F0CC
RGB
CMYK
RGB Variations
Color information
#16F0CC (or 0x16F0CC) is known color: Bright Turquoise. HEX triplet: 16, F0 and CC. RGB value is (22,240,204). Sum of RGB (Red+Green+Blue) = 22+240+204=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #16F0CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #16F0CC is #E90F33. Grayscale: #AAAAAA. Windows color (decimal): -15273780 or 13430806. OLE color: 13430806.
HSL color Cylindrical-coordinate representation of color #16F0CC: hue angle of 170.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F0CC is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 204 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.06 |
| HSL | 170.09º | 0.88% | 0.51% | - |
| HSV(B) | 170.09º | 0.91% | 0.94% | - |
| XYZ | 42.39 | 66.85 | 67.8 | - |
| YUV | 170.71 | 146.78 | 21.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 204 | 0.91 | 0 | 0.15 | 0.06 | 170.09 | 0.88 | 0.51 |
| Hex | 16 | F0 | CC | 5B | 0 | F | 6 | AA | 58 | 33 |
| Octal | 26 | 360 | 314 | 133 | 0 | 17 | 6 | 252 | 130 | 63 |
| Binary | 10110 | 11110000 | 11001100 | 1011011 | 0 | 1111 | 110 | 10101010 | 1011000 | 110011 |
Color Harmonies of #16F0CC
Complementary color
Monochromatic Colors of #16F0CC
Black with #16F0CC
Text Example
Text Example
White with #16F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F0CC; }
p { color: rgb(22,240,204); }
H1.HeaderClassName
{
color: #16F0CC;
}
.AnyTagClassName
{
color: #16F0CC;
}
</style>
background-color css
<style>
a { background-color: #16F0CC; }
a { background-color: rgb(22,240,204); }
div.DivClassName
{
background-color: #16F0CC;
}
.BgClassName
{
background-color: #16F0CC;
}
</style>
border-color css
<style>
span { border-color: #16F0CC; }
span { border-color: rgb(22,240,204); }
td.TdClassName
{
border-color: #16F0CC;
}
.TagClassName
{
border-color: #16F0CC;
}
</style>