Shades of Bright Turquoise #0CF0BF
Tints of Bright Turquoise #0CF0BF
RGB
CMYK
RGB Variations
Color information
#0CF0BF (or 0x0CF0BF) is known color: Bright Turquoise. HEX triplet: 0C, F0 and BF. RGB value is (12,240,191). Sum of RGB (Red+Green+Blue) = 12+240+191=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0BF is #F30F40. Grayscale: #A6A6A6. Windows color (decimal): -15929153 or 12578828. OLE color: 12578828.
HSL color Cylindrical-coordinate representation of color #0CF0BF: hue angle of 167.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF0BF is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 191 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.06 |
| HSL | 167.11º | 0.9% | 0.49% | - |
| HSV(B) | 167.11º | 0.95% | 0.94% | - |
| XYZ | 40.72 | 66.16 | 59.91 | - |
| YUV | 166.24 | 141.96 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 191 | 0.95 | 0 | 0.20 | 0.06 | 167.11 | 0.9 | 0.49 |
| Hex | C | F0 | BF | 5F | 0 | 14 | 6 | A7 | 5A | 31 |
| Octal | 14 | 360 | 277 | 137 | 0 | 24 | 6 | 247 | 132 | 61 |
| Binary | 1100 | 11110000 | 10111111 | 1011111 | 0 | 10100 | 110 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0CF0BF
Complementary color
Monochromatic Colors of #0CF0BF
Black with #0CF0BF
Text Example
Text Example
White with #0CF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0BF; }
p { color: rgb(12,240,191); }
H1.HeaderClassName
{
color: #0CF0BF;
}
.AnyTagClassName
{
color: #0CF0BF;
}
</style>
background-color css
<style>
a { background-color: #0CF0BF; }
a { background-color: rgb(12,240,191); }
div.DivClassName
{
background-color: #0CF0BF;
}
.BgClassName
{
background-color: #0CF0BF;
}
</style>
border-color css
<style>
span { border-color: #0CF0BF; }
span { border-color: rgb(12,240,191); }
td.TdClassName
{
border-color: #0CF0BF;
}
.TagClassName
{
border-color: #0CF0BF;
}
</style>