Shades of Bright Turquoise #0BEBF2
Tints of Bright Turquoise #0BEBF2
RGB
CMYK
RGB Variations
Color information
#0BEBF2 (or 0x0BEBF2) is known color: Bright Turquoise. HEX triplet: 0B, EB and F2. RGB value is (11,235,242). Sum of RGB (Red+Green+Blue) = 11+235+242=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #0BEBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBF2 is #F4140D. Grayscale: #A8A8A8. Windows color (decimal): -15995918 or 15919883. OLE color: 15919883.
HSL color Cylindrical-coordinate representation of color #0BEBF2: hue angle of 181.82º 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 #0BEBF2 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 235 | 242 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.05 |
| HSL | 181.82º | 0.91% | 0.5% | - |
| HSV(B) | 181.82º | 0.95% | 0.95% | - |
| XYZ | 45.87 | 65.9 | 94.31 | - |
| YUV | 168.82 | 169.29 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 242 | 0.95 | 0.03 | 0 | 0.05 | 181.82 | 0.91 | 0.5 |
| Hex | B | EB | F2 | 5F | 3 | 0 | 5 | B6 | 5B | 32 |
| Octal | 13 | 353 | 362 | 137 | 3 | 0 | 5 | 266 | 133 | 62 |
| Binary | 1011 | 11101011 | 11110010 | 1011111 | 11 | 0 | 101 | 10110110 | 1011011 | 110010 |
Color Harmonies of #0BEBF2
Complementary color
Monochromatic Colors of #0BEBF2
Black with #0BEBF2
Text Example
Text Example
White with #0BEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBF2; }
p { color: rgb(11,235,242); }
H1.HeaderClassName
{
color: #0BEBF2;
}
.AnyTagClassName
{
color: #0BEBF2;
}
</style>
background-color css
<style>
a { background-color: #0BEBF2; }
a { background-color: rgb(11,235,242); }
div.DivClassName
{
background-color: #0BEBF2;
}
.BgClassName
{
background-color: #0BEBF2;
}
</style>
border-color css
<style>
span { border-color: #0BEBF2; }
span { border-color: rgb(11,235,242); }
td.TdClassName
{
border-color: #0BEBF2;
}
.TagClassName
{
border-color: #0BEBF2;
}
</style>