Shades of Bright Turquoise #0BFBCD
Tints of Bright Turquoise #0BFBCD
RGB
CMYK
RGB Variations
Color information
#0BFBCD (or 0x0BFBCD) is known color: Bright Turquoise. HEX triplet: 0B, FB and CD. RGB value is (11,251,205). Sum of RGB (Red+Green+Blue) = 11+251+205=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBCD is #F40432. Grayscale: #ADADAD. Windows color (decimal): -15991859 or 13499147. OLE color: 13499147.
HSL color Cylindrical-coordinate representation of color #0BFBCD: hue angle of 168.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBCD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 205 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.5º | 0.97% | 0.51% | - |
| HSV(B) | 168.5º | 0.96% | 0.98% | - |
| XYZ | 45.65 | 73.47 | 69.53 | - |
| YUV | 174 | 145.49 | 11.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 205 | 0.96 | 0 | 0.18 | 0.02 | 168.5 | 0.97 | 0.51 |
| Hex | B | FB | CD | 60 | 0 | 12 | 2 | A8 | 61 | 33 |
| Octal | 13 | 373 | 315 | 140 | 0 | 22 | 2 | 250 | 141 | 63 |
| Binary | 1011 | 11111011 | 11001101 | 1100000 | 0 | 10010 | 10 | 10101000 | 1100001 | 110011 |
Color Harmonies of #0BFBCD
Complementary color
Monochromatic Colors of #0BFBCD
Black with #0BFBCD
Text Example
Text Example
White with #0BFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBCD; }
p { color: rgb(11,251,205); }
H1.HeaderClassName
{
color: #0BFBCD;
}
.AnyTagClassName
{
color: #0BFBCD;
}
</style>
background-color css
<style>
a { background-color: #0BFBCD; }
a { background-color: rgb(11,251,205); }
div.DivClassName
{
background-color: #0BFBCD;
}
.BgClassName
{
background-color: #0BFBCD;
}
</style>
border-color css
<style>
span { border-color: #0BFBCD; }
span { border-color: rgb(11,251,205); }
td.TdClassName
{
border-color: #0BFBCD;
}
.TagClassName
{
border-color: #0BFBCD;
}
</style>