Shades of Bright Turquoise #0CF6BF
Tints of Bright Turquoise #0CF6BF
RGB
CMYK
RGB Variations
Color information
#0CF6BF (or 0x0CF6BF) is known color: Bright Turquoise. HEX triplet: 0C, F6 and BF. RGB value is (12,246,191). Sum of RGB (Red+Green+Blue) = 12+246+191=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF6BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF6BF is #F30940. Grayscale: #A9A9A9. Windows color (decimal): -15927617 or 12580364. OLE color: 12580364.
HSL color Cylindrical-coordinate representation of color #0CF6BF: hue angle of 165.9º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF6BF is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 246 | 191 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.04 |
| HSL | 165.9º | 0.93% | 0.51% | - |
| HSV(B) | 165.9º | 0.95% | 0.96% | - |
| XYZ | 42.51 | 69.75 | 60.51 | - |
| YUV | 169.76 | 139.98 | 15.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 246 | 191 | 0.95 | 0 | 0.22 | 0.04 | 165.9 | 0.93 | 0.51 |
| Hex | C | F6 | BF | 5F | 0 | 16 | 4 | A6 | 5D | 33 |
| Octal | 14 | 366 | 277 | 137 | 0 | 26 | 4 | 246 | 135 | 63 |
| Binary | 1100 | 11110110 | 10111111 | 1011111 | 0 | 10110 | 100 | 10100110 | 1011101 | 110011 |
Color Harmonies of #0CF6BF
Complementary color
Monochromatic Colors of #0CF6BF
Black with #0CF6BF
Text Example
Text Example
White with #0CF6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF6BF; }
p { color: rgb(12,246,191); }
H1.HeaderClassName
{
color: #0CF6BF;
}
.AnyTagClassName
{
color: #0CF6BF;
}
</style>
background-color css
<style>
a { background-color: #0CF6BF; }
a { background-color: rgb(12,246,191); }
div.DivClassName
{
background-color: #0CF6BF;
}
.BgClassName
{
background-color: #0CF6BF;
}
</style>
border-color css
<style>
span { border-color: #0CF6BF; }
span { border-color: rgb(12,246,191); }
td.TdClassName
{
border-color: #0CF6BF;
}
.TagClassName
{
border-color: #0CF6BF;
}
</style>