Shades of Bright Turquoise #0BFFCF
Tints of Bright Turquoise #0BFFCF
RGB
CMYK
RGB Variations
Color information
#0BFFCF (or 0x0BFFCF) is known color: Bright Turquoise. HEX triplet: 0B, FF and CF. RGB value is (11,255,207). Sum of RGB (Red+Green+Blue) = 11+255+207=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFCF is #F40030. Grayscale: #B0B0B0. Windows color (decimal): -15990833 or 13631243. OLE color: 13631243.
HSL color Cylindrical-coordinate representation of color #0BFFCF: hue angle of 168.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFCF is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 207 | - |
| CMYK | 0.96 | 0 | 0.19 | 0 |
| HSL | 168.2º | 1% | 0.52% | - |
| HSV(B) | 168.2º | 0.96% | 1% | - |
| XYZ | 47.16 | 76.1 | 71.23 | - |
| YUV | 176.57 | 145.16 | 9.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 207 | 0.96 | 0 | 0.19 | 0 | 168.2 | 1 | 0.52 |
| Hex | B | FF | CF | 60 | 0 | 13 | 0 | A8 | 64 | 34 |
| Octal | 13 | 377 | 317 | 140 | 0 | 23 | 0 | 250 | 144 | 64 |
| Binary | 1011 | 11111111 | 11001111 | 1100000 | 0 | 10011 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0BFFCF
Complementary color
Monochromatic Colors of #0BFFCF
Black with #0BFFCF
Text Example
Text Example
White with #0BFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFCF; }
p { color: rgb(11,255,207); }
H1.HeaderClassName
{
color: #0BFFCF;
}
.AnyTagClassName
{
color: #0BFFCF;
}
</style>
background-color css
<style>
a { background-color: #0BFFCF; }
a { background-color: rgb(11,255,207); }
div.DivClassName
{
background-color: #0BFFCF;
}
.BgClassName
{
background-color: #0BFFCF;
}
</style>
border-color css
<style>
span { border-color: #0BFFCF; }
span { border-color: rgb(11,255,207); }
td.TdClassName
{
border-color: #0BFFCF;
}
.TagClassName
{
border-color: #0BFFCF;
}
</style>