Shades of Bright Turquoise #0BF6DD
Tints of Bright Turquoise #0BF6DD
RGB
CMYK
RGB Variations
Color information
#0BF6DD (or 0x0BF6DD) is known color: Bright Turquoise. HEX triplet: 0B, F6 and DD. RGB value is (11,246,221). Sum of RGB (Red+Green+Blue) = 11+246+221=478 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF6DD is #F40922. Grayscale: #ACACAC. Windows color (decimal): -15993123 or 14546443. OLE color: 14546443.
HSL color Cylindrical-coordinate representation of color #0BF6DD: hue angle of 173.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF6DD is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 246 | 221 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.04 |
| HSL | 173.62º | 0.93% | 0.5% | - |
| HSV(B) | 173.62º | 0.96% | 0.96% | - |
| XYZ | 46.14 | 71.2 | 79.72 | - |
| YUV | 172.89 | 155.14 | 12.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 221 | 0.96 | 0 | 0.10 | 0.04 | 173.62 | 0.93 | 0.5 |
| Hex | B | F6 | DD | 60 | 0 | A | 4 | AE | 5D | 32 |
| Octal | 13 | 366 | 335 | 140 | 0 | 12 | 4 | 256 | 135 | 62 |
| Binary | 1011 | 11110110 | 11011101 | 1100000 | 0 | 1010 | 100 | 10101110 | 1011101 | 110010 |
Color Harmonies of #0BF6DD
Complementary color
Monochromatic Colors of #0BF6DD
Black with #0BF6DD
Text Example
Text Example
White with #0BF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF6DD; }
p { color: rgb(11,246,221); }
H1.HeaderClassName
{
color: #0BF6DD;
}
.AnyTagClassName
{
color: #0BF6DD;
}
</style>
background-color css
<style>
a { background-color: #0BF6DD; }
a { background-color: rgb(11,246,221); }
div.DivClassName
{
background-color: #0BF6DD;
}
.BgClassName
{
background-color: #0BF6DD;
}
</style>
border-color css
<style>
span { border-color: #0BF6DD; }
span { border-color: rgb(11,246,221); }
td.TdClassName
{
border-color: #0BF6DD;
}
.TagClassName
{
border-color: #0BF6DD;
}
</style>