Shades of Bright Turquoise #0BFADB
Tints of Bright Turquoise #0BFADB
RGB
CMYK
RGB Variations
Color information
#0BFADB (or 0x0BFADB) is known color: Bright Turquoise. HEX triplet: 0B, FA and DB. RGB value is (11,250,219). Sum of RGB (Red+Green+Blue) = 11+250+219=480 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFADB is #F40524. Grayscale: #AEAEAE. Windows color (decimal): -15992101 or 14416395. OLE color: 14416395.
HSL color Cylindrical-coordinate representation of color #0BFADB: hue angle of 172.22º degrees, saturation: 0.96, 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 #0BFADB is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 219 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.02 |
| HSL | 172.22º | 0.96% | 0.51% | - |
| HSV(B) | 172.22º | 0.96% | 0.98% | - |
| XYZ | 47.11 | 73.56 | 78.73 | - |
| YUV | 175.01 | 152.82 | 11.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 219 | 0.96 | 0 | 0.12 | 0.02 | 172.22 | 0.96 | 0.51 |
| Hex | B | FA | DB | 60 | 0 | C | 2 | AC | 60 | 33 |
| Octal | 13 | 372 | 333 | 140 | 0 | 14 | 2 | 254 | 140 | 63 |
| Binary | 1011 | 11111010 | 11011011 | 1100000 | 0 | 1100 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #0BFADB
Complementary color
Monochromatic Colors of #0BFADB
Black with #0BFADB
Text Example
Text Example
White with #0BFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFADB; }
p { color: rgb(11,250,219); }
H1.HeaderClassName
{
color: #0BFADB;
}
.AnyTagClassName
{
color: #0BFADB;
}
</style>
background-color css
<style>
a { background-color: #0BFADB; }
a { background-color: rgb(11,250,219); }
div.DivClassName
{
background-color: #0BFADB;
}
.BgClassName
{
background-color: #0BFADB;
}
</style>
border-color css
<style>
span { border-color: #0BFADB; }
span { border-color: rgb(11,250,219); }
td.TdClassName
{
border-color: #0BFADB;
}
.TagClassName
{
border-color: #0BFADB;
}
</style>