Shades of Bright Turquoise #0BEFD1
Tints of Bright Turquoise #0BEFD1
RGB
CMYK
RGB Variations
Color information
#0BEFD1 (or 0x0BEFD1) is known color: Bright Turquoise. HEX triplet: 0B, EF and D1. RGB value is (11,239,209). Sum of RGB (Red+Green+Blue) = 11+239+209=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFD1 is #F4102E. Grayscale: #A7A7A7. Windows color (decimal): -15994927 or 13758219. OLE color: 13758219.
HSL color Cylindrical-coordinate representation of color #0BEFD1: hue angle of 172.11º 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 #0BEFD1 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 209 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.06 |
| HSL | 172.11º | 0.91% | 0.49% | - |
| HSV(B) | 172.11º | 0.95% | 0.94% | - |
| XYZ | 42.51 | 66.41 | 70.9 | - |
| YUV | 167.41 | 151.46 | 16.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 209 | 0.95 | 0 | 0.13 | 0.06 | 172.11 | 0.91 | 0.49 |
| Hex | B | EF | D1 | 5F | 0 | D | 6 | AC | 5B | 31 |
| Octal | 13 | 357 | 321 | 137 | 0 | 15 | 6 | 254 | 133 | 61 |
| Binary | 1011 | 11101111 | 11010001 | 1011111 | 0 | 1101 | 110 | 10101100 | 1011011 | 110001 |
Color Harmonies of #0BEFD1
Complementary color
Monochromatic Colors of #0BEFD1
Black with #0BEFD1
Text Example
Text Example
White with #0BEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFD1; }
p { color: rgb(11,239,209); }
H1.HeaderClassName
{
color: #0BEFD1;
}
.AnyTagClassName
{
color: #0BEFD1;
}
</style>
background-color css
<style>
a { background-color: #0BEFD1; }
a { background-color: rgb(11,239,209); }
div.DivClassName
{
background-color: #0BEFD1;
}
.BgClassName
{
background-color: #0BEFD1;
}
</style>
border-color css
<style>
span { border-color: #0BEFD1; }
span { border-color: rgb(11,239,209); }
td.TdClassName
{
border-color: #0BEFD1;
}
.TagClassName
{
border-color: #0BEFD1;
}
</style>