Shades of Bright Turquoise #0BEFDF
Tints of Bright Turquoise #0BEFDF
RGB
CMYK
RGB Variations
Color information
#0BEFDF (or 0x0BEFDF) is known color: Bright Turquoise. HEX triplet: 0B, EF and DF. RGB value is (11,239,223). Sum of RGB (Red+Green+Blue) = 11+239+223=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFDF is #F41020. Grayscale: #A8A8A8. Windows color (decimal): -15994913 or 14675723. OLE color: 14675723.
HSL color Cylindrical-coordinate representation of color #0BEFDF: hue angle of 175.79º 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 #0BEFDF is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 223 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.06 |
| HSL | 175.79º | 0.91% | 0.49% | - |
| HSV(B) | 175.79º | 0.95% | 0.94% | - |
| XYZ | 44.32 | 67.13 | 80.43 | - |
| YUV | 169 | 158.46 | 15.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 223 | 0.95 | 0 | 0.07 | 0.06 | 175.79 | 0.91 | 0.49 |
| Hex | B | EF | DF | 5F | 0 | 7 | 6 | B0 | 5B | 31 |
| Octal | 13 | 357 | 337 | 137 | 0 | 7 | 6 | 260 | 133 | 61 |
| Binary | 1011 | 11101111 | 11011111 | 1011111 | 0 | 111 | 110 | 10110000 | 1011011 | 110001 |
Color Harmonies of #0BEFDF
Complementary color
Monochromatic Colors of #0BEFDF
Black with #0BEFDF
Text Example
Text Example
White with #0BEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFDF; }
p { color: rgb(11,239,223); }
H1.HeaderClassName
{
color: #0BEFDF;
}
.AnyTagClassName
{
color: #0BEFDF;
}
</style>
background-color css
<style>
a { background-color: #0BEFDF; }
a { background-color: rgb(11,239,223); }
div.DivClassName
{
background-color: #0BEFDF;
}
.BgClassName
{
background-color: #0BEFDF;
}
</style>
border-color css
<style>
span { border-color: #0BEFDF; }
span { border-color: rgb(11,239,223); }
td.TdClassName
{
border-color: #0BEFDF;
}
.TagClassName
{
border-color: #0BEFDF;
}
</style>