Shades of Bright Turquoise #0BFFC6
Tints of Bright Turquoise #0BFFC6
RGB
CMYK
RGB Variations
Color information
#0BFFC6 (or 0x0BFFC6) is known color: Bright Turquoise. HEX triplet: 0B, FF and C6. RGB value is (11,255,198). Sum of RGB (Red+Green+Blue) = 11+255+198=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFC6 is #F40039. Grayscale: #AFAFAF. Windows color (decimal): -15990842 or 13041419. OLE color: 13041419.
HSL color Cylindrical-coordinate representation of color #0BFFC6: hue angle of 165.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFC6 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 198 | - |
| CMYK | 0.96 | 0 | 0.22 | 0 |
| HSL | 165.98º | 1% | 0.52% | - |
| HSV(B) | 165.98º | 0.96% | 1% | - |
| XYZ | 46.09 | 75.67 | 65.6 | - |
| YUV | 175.55 | 140.66 | 10.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 198 | 0.96 | 0 | 0.22 | 0 | 165.98 | 1 | 0.52 |
| Hex | B | FF | C6 | 60 | 0 | 16 | 0 | A6 | 64 | 34 |
| Octal | 13 | 377 | 306 | 140 | 0 | 26 | 0 | 246 | 144 | 64 |
| Binary | 1011 | 11111111 | 11000110 | 1100000 | 0 | 10110 | 0 | 10100110 | 1100100 | 110100 |
Color Harmonies of #0BFFC6
Complementary color
Monochromatic Colors of #0BFFC6
Black with #0BFFC6
Text Example
Text Example
White with #0BFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFC6; }
p { color: rgb(11,255,198); }
H1.HeaderClassName
{
color: #0BFFC6;
}
.AnyTagClassName
{
color: #0BFFC6;
}
</style>
background-color css
<style>
a { background-color: #0BFFC6; }
a { background-color: rgb(11,255,198); }
div.DivClassName
{
background-color: #0BFFC6;
}
.BgClassName
{
background-color: #0BFFC6;
}
</style>
border-color css
<style>
span { border-color: #0BFFC6; }
span { border-color: rgb(11,255,198); }
td.TdClassName
{
border-color: #0BFFC6;
}
.TagClassName
{
border-color: #0BFFC6;
}
</style>