Shades of Bright Turquoise #0BFAC7
Tints of Bright Turquoise #0BFAC7
RGB
CMYK
RGB Variations
Color information
#0BFAC7 (or 0x0BFAC7) is known color: Bright Turquoise. HEX triplet: 0B, FA and C7. RGB value is (11,250,199). Sum of RGB (Red+Green+Blue) = 11+250+199=460 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFAC7 is #F40538. Grayscale: #ACACAC. Windows color (decimal): -15992121 or 13105675. OLE color: 13105675.
HSL color Cylindrical-coordinate representation of color #0BFAC7: hue angle of 167.2º 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 #0BFAC7 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 199 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.02 |
| HSL | 167.2º | 0.96% | 0.51% | - |
| HSV(B) | 167.2º | 0.96% | 0.98% | - |
| XYZ | 44.63 | 72.57 | 65.69 | - |
| YUV | 172.73 | 142.82 | 12.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 199 | 0.96 | 0 | 0.20 | 0.02 | 167.2 | 0.96 | 0.51 |
| Hex | B | FA | C7 | 60 | 0 | 14 | 2 | A7 | 60 | 33 |
| Octal | 13 | 372 | 307 | 140 | 0 | 24 | 2 | 247 | 140 | 63 |
| Binary | 1011 | 11111010 | 11000111 | 1100000 | 0 | 10100 | 10 | 10100111 | 1100000 | 110011 |
Color Harmonies of #0BFAC7
Complementary color
Monochromatic Colors of #0BFAC7
Black with #0BFAC7
Text Example
Text Example
White with #0BFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAC7; }
p { color: rgb(11,250,199); }
H1.HeaderClassName
{
color: #0BFAC7;
}
.AnyTagClassName
{
color: #0BFAC7;
}
</style>
background-color css
<style>
a { background-color: #0BFAC7; }
a { background-color: rgb(11,250,199); }
div.DivClassName
{
background-color: #0BFAC7;
}
.BgClassName
{
background-color: #0BFAC7;
}
</style>
border-color css
<style>
span { border-color: #0BFAC7; }
span { border-color: rgb(11,250,199); }
td.TdClassName
{
border-color: #0BFAC7;
}
.TagClassName
{
border-color: #0BFAC7;
}
</style>