Shades of Bright Turquoise #0BDEF6
Tints of Bright Turquoise #0BDEF6
RGB
CMYK
RGB Variations
Color information
#0BDEF6 (or 0x0BDEF6) is known color: Bright Turquoise. HEX triplet: 0B, DE and F6. RGB value is (11,222,246). Sum of RGB (Red+Green+Blue) = 11+222+246=479 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BDEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEF6 is #F42109. Grayscale: #A1A1A1. Windows color (decimal): -15999242 or 16178699. OLE color: 16178699.
HSL color Cylindrical-coordinate representation of color #0BDEF6: hue angle of 186.13º 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 #0BDEF6 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 222 | 246 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.04 |
| HSL | 186.13º | 0.93% | 0.5% | - |
| HSV(B) | 186.13º | 0.96% | 0.96% | - |
| XYZ | 42.89 | 58.97 | 96.31 | - |
| YUV | 161.65 | 175.6 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 246 | 0.96 | 0.10 | 0 | 0.04 | 186.13 | 0.93 | 0.5 |
| Hex | B | DE | F6 | 60 | A | 0 | 4 | BA | 5D | 32 |
| Octal | 13 | 336 | 366 | 140 | 12 | 0 | 4 | 272 | 135 | 62 |
| Binary | 1011 | 11011110 | 11110110 | 1100000 | 1010 | 0 | 100 | 10111010 | 1011101 | 110010 |
Color Harmonies of #0BDEF6
Complementary color
Monochromatic Colors of #0BDEF6
Black with #0BDEF6
Text Example
Text Example
White with #0BDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDEF6; }
p { color: rgb(11,222,246); }
H1.HeaderClassName
{
color: #0BDEF6;
}
.AnyTagClassName
{
color: #0BDEF6;
}
</style>
background-color css
<style>
a { background-color: #0BDEF6; }
a { background-color: rgb(11,222,246); }
div.DivClassName
{
background-color: #0BDEF6;
}
.BgClassName
{
background-color: #0BDEF6;
}
</style>
border-color css
<style>
span { border-color: #0BDEF6; }
span { border-color: rgb(11,222,246); }
td.TdClassName
{
border-color: #0BDEF6;
}
.TagClassName
{
border-color: #0BDEF6;
}
</style>