Shades of Bright Turquoise #0BE8F7
Tints of Bright Turquoise #0BE8F7
RGB
CMYK
RGB Variations
Color information
#0BE8F7 (or 0x0BE8F7) is known color: Bright Turquoise. HEX triplet: 0B, E8 and F7. RGB value is (11,232,247). Sum of RGB (Red+Green+Blue) = 11+232+247=490 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #0BE8F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE8F7 is #F41708. Grayscale: #A7A7A7. Windows color (decimal): -15996681 or 16246795. OLE color: 16246795.
HSL color Cylindrical-coordinate representation of color #0BE8F7: hue angle of 183.81º 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 #0BE8F7 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 232 | 247 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.03 |
| HSL | 183.81º | 0.94% | 0.51% | - |
| HSV(B) | 183.81º | 0.96% | 0.97% | - |
| XYZ | 45.78 | 64.5 | 98.03 | - |
| YUV | 167.63 | 172.78 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 247 | 0.96 | 0.06 | 0 | 0.03 | 183.81 | 0.94 | 0.51 |
| Hex | B | E8 | F7 | 60 | 6 | 0 | 3 | B8 | 5E | 33 |
| Octal | 13 | 350 | 367 | 140 | 6 | 0 | 3 | 270 | 136 | 63 |
| Binary | 1011 | 11101000 | 11110111 | 1100000 | 110 | 0 | 11 | 10111000 | 1011110 | 110011 |
Color Harmonies of #0BE8F7
Complementary color
Monochromatic Colors of #0BE8F7
Black with #0BE8F7
Text Example
Text Example
White with #0BE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8F7; }
p { color: rgb(11,232,247); }
H1.HeaderClassName
{
color: #0BE8F7;
}
.AnyTagClassName
{
color: #0BE8F7;
}
</style>
background-color css
<style>
a { background-color: #0BE8F7; }
a { background-color: rgb(11,232,247); }
div.DivClassName
{
background-color: #0BE8F7;
}
.BgClassName
{
background-color: #0BE8F7;
}
</style>
border-color css
<style>
span { border-color: #0BE8F7; }
span { border-color: rgb(11,232,247); }
td.TdClassName
{
border-color: #0BE8F7;
}
.TagClassName
{
border-color: #0BE8F7;
}
</style>