Shades of Bright Turquoise #0BEFC9
Tints of Bright Turquoise #0BEFC9
RGB
CMYK
RGB Variations
Color information
#0BEFC9 (or 0x0BEFC9) is known color: Bright Turquoise. HEX triplet: 0B, EF and C9. RGB value is (11,239,201). Sum of RGB (Red+Green+Blue) = 11+239+201=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFC9 is #F41036. Grayscale: #A6A6A6. Windows color (decimal): -15994935 or 13233931. OLE color: 13233931.
HSL color Cylindrical-coordinate representation of color #0BEFC9: hue angle of 170º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFC9 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 201 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.06 |
| HSL | 170º | 0.91% | 0.49% | - |
| HSV(B) | 170º | 0.95% | 0.94% | - |
| XYZ | 41.55 | 66.02 | 65.81 | - |
| YUV | 166.5 | 147.46 | 17.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 201 | 0.95 | 0 | 0.16 | 0.06 | 170 | 0.91 | 0.49 |
| Hex | B | EF | C9 | 5F | 0 | 10 | 6 | AA | 5B | 31 |
| Octal | 13 | 357 | 311 | 137 | 0 | 20 | 6 | 252 | 133 | 61 |
| Binary | 1011 | 11101111 | 11001001 | 1011111 | 0 | 10000 | 110 | 10101010 | 1011011 | 110001 |
Color Harmonies of #0BEFC9
Complementary color
Monochromatic Colors of #0BEFC9
Black with #0BEFC9
Text Example
Text Example
White with #0BEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFC9; }
p { color: rgb(11,239,201); }
H1.HeaderClassName
{
color: #0BEFC9;
}
.AnyTagClassName
{
color: #0BEFC9;
}
</style>
background-color css
<style>
a { background-color: #0BEFC9; }
a { background-color: rgb(11,239,201); }
div.DivClassName
{
background-color: #0BEFC9;
}
.BgClassName
{
background-color: #0BEFC9;
}
</style>
border-color css
<style>
span { border-color: #0BEFC9; }
span { border-color: rgb(11,239,201); }
td.TdClassName
{
border-color: #0BEFC9;
}
.TagClassName
{
border-color: #0BEFC9;
}
</style>