Shades of Bright Turquoise #0BFFD6
Tints of Bright Turquoise #0BFFD6
RGB
CMYK
RGB Variations
Color information
#0BFFD6 (or 0x0BFFD6) is known color: Bright Turquoise. HEX triplet: 0B, FF and D6. RGB value is (11,255,214). Sum of RGB (Red+Green+Blue) = 11+255+214=480 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFD6 is #F40029. Grayscale: #B1B1B1. Windows color (decimal): -15990826 or 14089995. OLE color: 14089995.
HSL color Cylindrical-coordinate representation of color #0BFFD6: hue angle of 169.92º 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 #0BFFD6 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 214 | - |
| CMYK | 0.96 | 0 | 0.16 | 0 |
| HSL | 169.92º | 1% | 0.52% | - |
| HSV(B) | 169.92º | 0.96% | 1% | - |
| XYZ | 48.04 | 76.45 | 75.84 | - |
| YUV | 177.37 | 148.66 | 9.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 214 | 0.96 | 0 | 0.16 | 0 | 169.92 | 1 | 0.52 |
| Hex | B | FF | D6 | 60 | 0 | 10 | 0 | AA | 64 | 34 |
| Octal | 13 | 377 | 326 | 140 | 0 | 20 | 0 | 252 | 144 | 64 |
| Binary | 1011 | 11111111 | 11010110 | 1100000 | 0 | 10000 | 0 | 10101010 | 1100100 | 110100 |
Color Harmonies of #0BFFD6
Complementary color
Monochromatic Colors of #0BFFD6
Black with #0BFFD6
Text Example
Text Example
White with #0BFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFD6; }
p { color: rgb(11,255,214); }
H1.HeaderClassName
{
color: #0BFFD6;
}
.AnyTagClassName
{
color: #0BFFD6;
}
</style>
background-color css
<style>
a { background-color: #0BFFD6; }
a { background-color: rgb(11,255,214); }
div.DivClassName
{
background-color: #0BFFD6;
}
.BgClassName
{
background-color: #0BFFD6;
}
</style>
border-color css
<style>
span { border-color: #0BFFD6; }
span { border-color: rgb(11,255,214); }
td.TdClassName
{
border-color: #0BFFD6;
}
.TagClassName
{
border-color: #0BFFD6;
}
</style>