Shades of Bright Turquoise #0BF2BF
Tints of Bright Turquoise #0BF2BF
RGB
CMYK
RGB Variations
Color information
#0BF2BF (or 0x0BF2BF) is known color: Bright Turquoise. HEX triplet: 0B, F2 and BF. RGB value is (11,242,191). Sum of RGB (Red+Green+Blue) = 11+242+191=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF2BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF2BF is #F40D40. Grayscale: #A7A7A7. Windows color (decimal): -15994177 or 12579339. OLE color: 12579339.
HSL color Cylindrical-coordinate representation of color #0BF2BF: hue angle of 166.75º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF2BF is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 191 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.05 |
| HSL | 166.75º | 0.91% | 0.5% | - |
| HSV(B) | 166.75º | 0.95% | 0.95% | - |
| XYZ | 41.29 | 67.34 | 60.11 | - |
| YUV | 167.12 | 141.47 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 191 | 0.95 | 0 | 0.21 | 0.05 | 166.75 | 0.91 | 0.5 |
| Hex | B | F2 | BF | 5F | 0 | 15 | 5 | A7 | 5B | 32 |
| Octal | 13 | 362 | 277 | 137 | 0 | 25 | 5 | 247 | 133 | 62 |
| Binary | 1011 | 11110010 | 10111111 | 1011111 | 0 | 10101 | 101 | 10100111 | 1011011 | 110010 |
Color Harmonies of #0BF2BF
Complementary color
Monochromatic Colors of #0BF2BF
Black with #0BF2BF
Text Example
Text Example
White with #0BF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF2BF; }
p { color: rgb(11,242,191); }
H1.HeaderClassName
{
color: #0BF2BF;
}
.AnyTagClassName
{
color: #0BF2BF;
}
</style>
background-color css
<style>
a { background-color: #0BF2BF; }
a { background-color: rgb(11,242,191); }
div.DivClassName
{
background-color: #0BF2BF;
}
.BgClassName
{
background-color: #0BF2BF;
}
</style>
border-color css
<style>
span { border-color: #0BF2BF; }
span { border-color: rgb(11,242,191); }
td.TdClassName
{
border-color: #0BF2BF;
}
.TagClassName
{
border-color: #0BF2BF;
}
</style>