Shades of Bright Turquoise #0FF0BC
Tints of Bright Turquoise #0FF0BC
RGB
CMYK
RGB Variations
Color information
#0FF0BC (or 0x0FF0BC) is known color: Bright Turquoise. HEX triplet: 0F, F0 and BC. RGB value is (15,240,188). Sum of RGB (Red+Green+Blue) = 15+240+188=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0BC is #F00F43. Grayscale: #A6A6A6. Windows color (decimal): -15732548 or 12382223. OLE color: 12382223.
HSL color Cylindrical-coordinate representation of color #0FF0BC: hue angle of 166.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0BC is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 188 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.06 |
| HSL | 166.13º | 0.88% | 0.5% | - |
| HSV(B) | 166.13º | 0.94% | 0.94% | - |
| XYZ | 40.43 | 66.05 | 58.2 | - |
| YUV | 166.8 | 139.96 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 188 | 0.94 | 0 | 0.22 | 0.06 | 166.13 | 0.88 | 0.5 |
| Hex | F | F0 | BC | 5E | 0 | 16 | 6 | A6 | 58 | 32 |
| Octal | 17 | 360 | 274 | 136 | 0 | 26 | 6 | 246 | 130 | 62 |
| Binary | 1111 | 11110000 | 10111100 | 1011110 | 0 | 10110 | 110 | 10100110 | 1011000 | 110010 |
Color Harmonies of #0FF0BC
Complementary color
Monochromatic Colors of #0FF0BC
Black with #0FF0BC
Text Example
Text Example
White with #0FF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0BC; }
p { color: rgb(15,240,188); }
H1.HeaderClassName
{
color: #0FF0BC;
}
.AnyTagClassName
{
color: #0FF0BC;
}
</style>
background-color css
<style>
a { background-color: #0FF0BC; }
a { background-color: rgb(15,240,188); }
div.DivClassName
{
background-color: #0FF0BC;
}
.BgClassName
{
background-color: #0FF0BC;
}
</style>
border-color css
<style>
span { border-color: #0FF0BC; }
span { border-color: rgb(15,240,188); }
td.TdClassName
{
border-color: #0FF0BC;
}
.TagClassName
{
border-color: #0FF0BC;
}
</style>