Shades of Bright Turquoise #0BF7D6
Tints of Bright Turquoise #0BF7D6
RGB
CMYK
RGB Variations
Color information
#0BF7D6 (or 0x0BF7D6) is known color: Bright Turquoise. HEX triplet: 0B, F7 and D6. RGB value is (11,247,214). Sum of RGB (Red+Green+Blue) = 11+247+214=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF7D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF7D6 is #F40829. Grayscale: #ACACAC. Windows color (decimal): -15992874 or 14087947. OLE color: 14087947.
HSL color Cylindrical-coordinate representation of color #0BF7D6: hue angle of 171.61º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF7D6 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 214 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.03 |
| HSL | 171.61º | 0.94% | 0.51% | - |
| HSV(B) | 171.61º | 0.96% | 0.97% | - |
| XYZ | 45.54 | 71.45 | 75.01 | - |
| YUV | 172.67 | 151.31 | 12.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 214 | 0.96 | 0 | 0.13 | 0.03 | 171.61 | 0.94 | 0.51 |
| Hex | B | F7 | D6 | 60 | 0 | D | 3 | AC | 5E | 33 |
| Octal | 13 | 367 | 326 | 140 | 0 | 15 | 3 | 254 | 136 | 63 |
| Binary | 1011 | 11110111 | 11010110 | 1100000 | 0 | 1101 | 11 | 10101100 | 1011110 | 110011 |
Color Harmonies of #0BF7D6
Complementary color
Monochromatic Colors of #0BF7D6
Black with #0BF7D6
Text Example
Text Example
White with #0BF7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF7D6; }
p { color: rgb(11,247,214); }
H1.HeaderClassName
{
color: #0BF7D6;
}
.AnyTagClassName
{
color: #0BF7D6;
}
</style>
background-color css
<style>
a { background-color: #0BF7D6; }
a { background-color: rgb(11,247,214); }
div.DivClassName
{
background-color: #0BF7D6;
}
.BgClassName
{
background-color: #0BF7D6;
}
</style>
border-color css
<style>
span { border-color: #0BF7D6; }
span { border-color: rgb(11,247,214); }
td.TdClassName
{
border-color: #0BF7D6;
}
.TagClassName
{
border-color: #0BF7D6;
}
</style>