Shades of Bright Turquoise #0BF0DF
Tints of Bright Turquoise #0BF0DF
RGB
CMYK
RGB Variations
Color information
#0BF0DF (or 0x0BF0DF) is known color: Bright Turquoise. HEX triplet: 0B, F0 and DF. RGB value is (11,240,223). Sum of RGB (Red+Green+Blue) = 11+240+223=474 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF0DF is #F40F20. Grayscale: #A9A9A9. Windows color (decimal): -15994657 or 14675979. OLE color: 14675979.
HSL color Cylindrical-coordinate representation of color #0BF0DF: hue angle of 175.55º 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 #0BF0DF is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 223 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.06 |
| HSL | 175.55º | 0.91% | 0.49% | - |
| HSV(B) | 175.55º | 0.95% | 0.94% | - |
| XYZ | 44.62 | 67.72 | 80.53 | - |
| YUV | 169.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 223 | 0.95 | 0 | 0.07 | 0.06 | 175.55 | 0.91 | 0.49 |
| Hex | B | F0 | DF | 5F | 0 | 7 | 6 | B0 | 5B | 31 |
| Octal | 13 | 360 | 337 | 137 | 0 | 7 | 6 | 260 | 133 | 61 |
| Binary | 1011 | 11110000 | 11011111 | 1011111 | 0 | 111 | 110 | 10110000 | 1011011 | 110001 |
Color Harmonies of #0BF0DF
Complementary color
Monochromatic Colors of #0BF0DF
Black with #0BF0DF
Text Example
Text Example
White with #0BF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF0DF; }
p { color: rgb(11,240,223); }
H1.HeaderClassName
{
color: #0BF0DF;
}
.AnyTagClassName
{
color: #0BF0DF;
}
</style>
background-color css
<style>
a { background-color: #0BF0DF; }
a { background-color: rgb(11,240,223); }
div.DivClassName
{
background-color: #0BF0DF;
}
.BgClassName
{
background-color: #0BF0DF;
}
</style>
border-color css
<style>
span { border-color: #0BF0DF; }
span { border-color: rgb(11,240,223); }
td.TdClassName
{
border-color: #0BF0DF;
}
.TagClassName
{
border-color: #0BF0DF;
}
</style>