Shades of Bright Turquoise #0BFCC0
Tints of Bright Turquoise #0BFCC0
RGB
CMYK
RGB Variations
Color information
#0BFCC0 (or 0x0BFCC0) is known color: Bright Turquoise. HEX triplet: 0B, FC and C0. RGB value is (11,252,192). Sum of RGB (Red+Green+Blue) = 11+252+192=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFCC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFCC0 is #F4033F. Grayscale: #ADADAD. Windows color (decimal): -15991616 or 12647435. OLE color: 12647435.
HSL color Cylindrical-coordinate representation of color #0BFCC0: hue angle of 165.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFCC0 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 192 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.01 |
| HSL | 165.06º | 0.98% | 0.52% | - |
| HSV(B) | 165.06º | 0.96% | 0.99% | - |
| XYZ | 44.46 | 73.5 | 61.71 | - |
| YUV | 173.1 | 138.66 | 12.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 192 | 0.96 | 0 | 0.24 | 0.01 | 165.06 | 0.98 | 0.52 |
| Hex | B | FC | C0 | 60 | 0 | 18 | 1 | A5 | 62 | 34 |
| Octal | 13 | 374 | 300 | 140 | 0 | 30 | 1 | 245 | 142 | 64 |
| Binary | 1011 | 11111100 | 11000000 | 1100000 | 0 | 11000 | 1 | 10100101 | 1100010 | 110100 |
Color Harmonies of #0BFCC0
Complementary color
Monochromatic Colors of #0BFCC0
Black with #0BFCC0
Text Example
Text Example
White with #0BFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFCC0; }
p { color: rgb(11,252,192); }
H1.HeaderClassName
{
color: #0BFCC0;
}
.AnyTagClassName
{
color: #0BFCC0;
}
</style>
background-color css
<style>
a { background-color: #0BFCC0; }
a { background-color: rgb(11,252,192); }
div.DivClassName
{
background-color: #0BFCC0;
}
.BgClassName
{
background-color: #0BFCC0;
}
</style>
border-color css
<style>
span { border-color: #0BFCC0; }
span { border-color: rgb(11,252,192); }
td.TdClassName
{
border-color: #0BFCC0;
}
.TagClassName
{
border-color: #0BFCC0;
}
</style>