Shades of Bright Turquoise #0BE3FA
Tints of Bright Turquoise #0BE3FA
RGB
CMYK
RGB Variations
Color information
#0BE3FA (or 0x0BE3FA) is known color: Bright Turquoise. HEX triplet: 0B, E3 and FA. RGB value is (11,227,250). Sum of RGB (Red+Green+Blue) = 11+227+250=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BE3FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE3FA is #F41C05. Grayscale: #A4A4A4. Windows color (decimal): -15997958 or 16442123. OLE color: 16442123.
HSL color Cylindrical-coordinate representation of color #0BE3FA: hue angle of 185.77º 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 #0BE3FA is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 227 | 250 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.02 |
| HSL | 185.77º | 0.96% | 0.51% | - |
| HSV(B) | 185.77º | 0.96% | 0.98% | - |
| XYZ | 44.86 | 61.91 | 100.03 | - |
| YUV | 165.04 | 175.94 | 18.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 250 | 0.96 | 0.09 | 0 | 0.02 | 185.77 | 0.96 | 0.51 |
| Hex | B | E3 | FA | 60 | 9 | 0 | 2 | BA | 60 | 33 |
| Octal | 13 | 343 | 372 | 140 | 11 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1011 | 11100011 | 11111010 | 1100000 | 1001 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #0BE3FA
Complementary color
Monochromatic Colors of #0BE3FA
Black with #0BE3FA
Text Example
Text Example
White with #0BE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE3FA; }
p { color: rgb(11,227,250); }
H1.HeaderClassName
{
color: #0BE3FA;
}
.AnyTagClassName
{
color: #0BE3FA;
}
</style>
background-color css
<style>
a { background-color: #0BE3FA; }
a { background-color: rgb(11,227,250); }
div.DivClassName
{
background-color: #0BE3FA;
}
.BgClassName
{
background-color: #0BE3FA;
}
</style>
border-color css
<style>
span { border-color: #0BE3FA; }
span { border-color: rgb(11,227,250); }
td.TdClassName
{
border-color: #0BE3FA;
}
.TagClassName
{
border-color: #0BE3FA;
}
</style>