Shades of Bright Turquoise #0BE3F7
Tints of Bright Turquoise #0BE3F7
RGB
CMYK
RGB Variations
Color information
#0BE3F7 (or 0x0BE3F7) is known color: Bright Turquoise. HEX triplet: 0B, E3 and F7. RGB value is (11,227,247). Sum of RGB (Red+Green+Blue) = 11+227+247=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #0BE3F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE3F7 is #F41C08. Grayscale: #A4A4A4. Windows color (decimal): -15997961 or 16245515. OLE color: 16245515.
HSL color Cylindrical-coordinate representation of color #0BE3F7: hue angle of 185.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE3F7 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 227 | 247 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.03 |
| HSL | 185.08º | 0.94% | 0.51% | - |
| HSV(B) | 185.08º | 0.96% | 0.97% | - |
| XYZ | 44.4 | 61.72 | 97.57 | - |
| YUV | 164.7 | 174.44 | 18.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 247 | 0.96 | 0.08 | 0 | 0.03 | 185.08 | 0.94 | 0.51 |
| Hex | B | E3 | F7 | 60 | 8 | 0 | 3 | B9 | 5E | 33 |
| Octal | 13 | 343 | 367 | 140 | 10 | 0 | 3 | 271 | 136 | 63 |
| Binary | 1011 | 11100011 | 11110111 | 1100000 | 1000 | 0 | 11 | 10111001 | 1011110 | 110011 |
Color Harmonies of #0BE3F7
Complementary color
Monochromatic Colors of #0BE3F7
Black with #0BE3F7
Text Example
Text Example
White with #0BE3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE3F7; }
p { color: rgb(11,227,247); }
H1.HeaderClassName
{
color: #0BE3F7;
}
.AnyTagClassName
{
color: #0BE3F7;
}
</style>
background-color css
<style>
a { background-color: #0BE3F7; }
a { background-color: rgb(11,227,247); }
div.DivClassName
{
background-color: #0BE3F7;
}
.BgClassName
{
background-color: #0BE3F7;
}
</style>
border-color css
<style>
span { border-color: #0BE3F7; }
span { border-color: rgb(11,227,247); }
td.TdClassName
{
border-color: #0BE3F7;
}
.TagClassName
{
border-color: #0BE3F7;
}
</style>