Shades of Bright Turquoise #0BF6C2
Tints of Bright Turquoise #0BF6C2
RGB
CMYK
RGB Variations
Color information
#0BF6C2 (or 0x0BF6C2) is known color: Bright Turquoise. HEX triplet: 0B, F6 and C2. RGB value is (11,246,194). Sum of RGB (Red+Green+Blue) = 11+246+194=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF6C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF6C2 is #F4093D. Grayscale: #A9A9A9. Windows color (decimal): -15993150 or 12776971. OLE color: 12776971.
HSL color Cylindrical-coordinate representation of color #0BF6C2: hue angle of 166.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF6C2 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 194 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.04 |
| HSL | 166.72º | 0.93% | 0.5% | - |
| HSV(B) | 166.72º | 0.96% | 0.96% | - |
| XYZ | 42.83 | 69.88 | 62.27 | - |
| YUV | 169.81 | 141.64 | 14.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 194 | 0.96 | 0 | 0.21 | 0.04 | 166.72 | 0.93 | 0.5 |
| Hex | B | F6 | C2 | 60 | 0 | 15 | 4 | A7 | 5D | 32 |
| Octal | 13 | 366 | 302 | 140 | 0 | 25 | 4 | 247 | 135 | 62 |
| Binary | 1011 | 11110110 | 11000010 | 1100000 | 0 | 10101 | 100 | 10100111 | 1011101 | 110010 |
Color Harmonies of #0BF6C2
Complementary color
Monochromatic Colors of #0BF6C2
Black with #0BF6C2
Text Example
Text Example
White with #0BF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF6C2; }
p { color: rgb(11,246,194); }
H1.HeaderClassName
{
color: #0BF6C2;
}
.AnyTagClassName
{
color: #0BF6C2;
}
</style>
background-color css
<style>
a { background-color: #0BF6C2; }
a { background-color: rgb(11,246,194); }
div.DivClassName
{
background-color: #0BF6C2;
}
.BgClassName
{
background-color: #0BF6C2;
}
</style>
border-color css
<style>
span { border-color: #0BF6C2; }
span { border-color: rgb(11,246,194); }
td.TdClassName
{
border-color: #0BF6C2;
}
.TagClassName
{
border-color: #0BF6C2;
}
</style>