Shades of Bright Turquoise #0BE1FA
Tints of Bright Turquoise #0BE1FA
RGB
CMYK
RGB Variations
Color information
#0BE1FA (or 0x0BE1FA) is known color: Bright Turquoise. HEX triplet: 0B, E1 and FA. RGB value is (11,225,250). Sum of RGB (Red+Green+Blue) = 11+225+250=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BE1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE1FA is #F41E05. Grayscale: #A3A3A3. Windows color (decimal): -15998470 or 16441611. OLE color: 16441611.
HSL color Cylindrical-coordinate representation of color #0BE1FA: hue angle of 186.28º 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 #0BE1FA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 225 | 250 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.02 |
| HSL | 186.28º | 0.96% | 0.51% | - |
| HSV(B) | 186.28º | 0.96% | 0.98% | - |
| XYZ | 44.32 | 60.82 | 99.85 | - |
| YUV | 163.86 | 176.6 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 250 | 0.96 | 0.10 | 0 | 0.02 | 186.28 | 0.96 | 0.51 |
| Hex | B | E1 | FA | 60 | A | 0 | 2 | BA | 60 | 33 |
| Octal | 13 | 341 | 372 | 140 | 12 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1011 | 11100001 | 11111010 | 1100000 | 1010 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #0BE1FA
Complementary color
Monochromatic Colors of #0BE1FA
Black with #0BE1FA
Text Example
Text Example
White with #0BE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE1FA; }
p { color: rgb(11,225,250); }
H1.HeaderClassName
{
color: #0BE1FA;
}
.AnyTagClassName
{
color: #0BE1FA;
}
</style>
background-color css
<style>
a { background-color: #0BE1FA; }
a { background-color: rgb(11,225,250); }
div.DivClassName
{
background-color: #0BE1FA;
}
.BgClassName
{
background-color: #0BE1FA;
}
</style>
border-color css
<style>
span { border-color: #0BE1FA; }
span { border-color: rgb(11,225,250); }
td.TdClassName
{
border-color: #0BE1FA;
}
.TagClassName
{
border-color: #0BE1FA;
}
</style>