Shades of Bright Turquoise #0BFADE
Tints of Bright Turquoise #0BFADE
RGB
CMYK
RGB Variations
Color information
#0BFADE (or 0x0BFADE) is known color: Bright Turquoise. HEX triplet: 0B, FA and DE. RGB value is (11,250,222). Sum of RGB (Red+Green+Blue) = 11+250+222=483 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFADE is #F40521. Grayscale: #AFAFAF. Windows color (decimal): -15992098 or 14613003. OLE color: 14613003.
HSL color Cylindrical-coordinate representation of color #0BFADE: hue angle of 172.97º 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 #0BFADE is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 222 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.02 |
| HSL | 172.97º | 0.96% | 0.51% | - |
| HSV(B) | 172.97º | 0.96% | 0.98% | - |
| XYZ | 47.51 | 73.72 | 80.83 | - |
| YUV | 175.35 | 154.32 | 10.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 222 | 0.96 | 0 | 0.11 | 0.02 | 172.97 | 0.96 | 0.51 |
| Hex | B | FA | DE | 60 | 0 | B | 2 | AD | 60 | 33 |
| Octal | 13 | 372 | 336 | 140 | 0 | 13 | 2 | 255 | 140 | 63 |
| Binary | 1011 | 11111010 | 11011110 | 1100000 | 0 | 1011 | 10 | 10101101 | 1100000 | 110011 |
Color Harmonies of #0BFADE
Complementary color
Monochromatic Colors of #0BFADE
Black with #0BFADE
Text Example
Text Example
White with #0BFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFADE; }
p { color: rgb(11,250,222); }
H1.HeaderClassName
{
color: #0BFADE;
}
.AnyTagClassName
{
color: #0BFADE;
}
</style>
background-color css
<style>
a { background-color: #0BFADE; }
a { background-color: rgb(11,250,222); }
div.DivClassName
{
background-color: #0BFADE;
}
.BgClassName
{
background-color: #0BFADE;
}
</style>
border-color css
<style>
span { border-color: #0BFADE; }
span { border-color: rgb(11,250,222); }
td.TdClassName
{
border-color: #0BFADE;
}
.TagClassName
{
border-color: #0BFADE;
}
</style>