Shades of Bright Turquoise #0BE0FA
Tints of Bright Turquoise #0BE0FA
RGB
CMYK
RGB Variations
Color information
#0BE0FA (or 0x0BE0FA) is known color: Bright Turquoise. HEX triplet: 0B, E0 and FA. RGB value is (11,224,250). Sum of RGB (Red+Green+Blue) = 11+224+250=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BE0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE0FA is #F41F05. Grayscale: #A2A2A2. Windows color (decimal): -15998726 or 16441355. OLE color: 16441355.
HSL color Cylindrical-coordinate representation of color #0BE0FA: hue angle of 186.53º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE0FA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 224 | 250 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.02 |
| HSL | 186.53º | 0.96% | 0.51% | - |
| HSV(B) | 186.53º | 0.96% | 0.98% | - |
| XYZ | 44.05 | 60.28 | 99.76 | - |
| YUV | 163.28 | 176.93 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 250 | 0.96 | 0.10 | 0 | 0.02 | 186.53 | 0.96 | 0.51 |
| Hex | B | E0 | FA | 60 | A | 0 | 2 | BB | 60 | 33 |
| Octal | 13 | 340 | 372 | 140 | 12 | 0 | 2 | 273 | 140 | 63 |
| Binary | 1011 | 11100000 | 11111010 | 1100000 | 1010 | 0 | 10 | 10111011 | 1100000 | 110011 |
Color Harmonies of #0BE0FA
Complementary color
Monochromatic Colors of #0BE0FA
Black with #0BE0FA
Text Example
Text Example
White with #0BE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0FA; }
p { color: rgb(11,224,250); }
H1.HeaderClassName
{
color: #0BE0FA;
}
.AnyTagClassName
{
color: #0BE0FA;
}
</style>
background-color css
<style>
a { background-color: #0BE0FA; }
a { background-color: rgb(11,224,250); }
div.DivClassName
{
background-color: #0BE0FA;
}
.BgClassName
{
background-color: #0BE0FA;
}
</style>
border-color css
<style>
span { border-color: #0BE0FA; }
span { border-color: rgb(11,224,250); }
td.TdClassName
{
border-color: #0BE0FA;
}
.TagClassName
{
border-color: #0BE0FA;
}
</style>