Shades of Bright Turquoise #0BF2EB
Tints of Bright Turquoise #0BF2EB
RGB
CMYK
RGB Variations
Color information
#0BF2EB (or 0x0BF2EB) is known color: Bright Turquoise. HEX triplet: 0B, F2 and EB. RGB value is (11,242,235). Sum of RGB (Red+Green+Blue) = 11+242+235=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF2EB is #F40D14. Grayscale: #ABABAB. Windows color (decimal): -15994133 or 15462923. OLE color: 15462923.
HSL color Cylindrical-coordinate representation of color #0BF2EB: hue angle of 178.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF2EB is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 242 | 235 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.05 |
| HSL | 178.18º | 0.91% | 0.5% | - |
| HSV(B) | 178.18º | 0.95% | 0.95% | - |
| XYZ | 46.89 | 69.57 | 89.56 | - |
| YUV | 172.13 | 163.47 | 13.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 242 | 235 | 0.95 | 0 | 0.03 | 0.05 | 178.18 | 0.91 | 0.5 |
| Hex | B | F2 | EB | 5F | 0 | 3 | 5 | B2 | 5B | 32 |
| Octal | 13 | 362 | 353 | 137 | 0 | 3 | 5 | 262 | 133 | 62 |
| Binary | 1011 | 11110010 | 11101011 | 1011111 | 0 | 11 | 101 | 10110010 | 1011011 | 110010 |
Color Harmonies of #0BF2EB
Complementary color
Monochromatic Colors of #0BF2EB
Black with #0BF2EB
Text Example
Text Example
White with #0BF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF2EB; }
p { color: rgb(11,242,235); }
H1.HeaderClassName
{
color: #0BF2EB;
}
.AnyTagClassName
{
color: #0BF2EB;
}
</style>
background-color css
<style>
a { background-color: #0BF2EB; }
a { background-color: rgb(11,242,235); }
div.DivClassName
{
background-color: #0BF2EB;
}
.BgClassName
{
background-color: #0BF2EB;
}
</style>
border-color css
<style>
span { border-color: #0BF2EB; }
span { border-color: rgb(11,242,235); }
td.TdClassName
{
border-color: #0BF2EB;
}
.TagClassName
{
border-color: #0BF2EB;
}
</style>