Shades of Bright Turquoise #0BDFFC
Tints of Bright Turquoise #0BDFFC
RGB
CMYK
RGB Variations
Color information
#0BDFFC (or 0x0BDFFC) is known color: Bright Turquoise. HEX triplet: 0B, DF and FC. RGB value is (11,223,252). Sum of RGB (Red+Green+Blue) = 11+223+252=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BDFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFFC is #F42003. Grayscale: #A2A2A2. Windows color (decimal): -15998980 or 16572171. OLE color: 16572171.
HSL color Cylindrical-coordinate representation of color #0BDFFC: hue angle of 187.22º 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 #0BDFFC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 223 | 252 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.01 |
| HSL | 187.22º | 0.98% | 0.52% | - |
| HSV(B) | 187.22º | 0.96% | 0.99% | - |
| XYZ | 44.1 | 59.87 | 101.33 | - |
| YUV | 162.92 | 178.26 | 19.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 252 | 0.96 | 0.12 | 0 | 0.01 | 187.22 | 0.98 | 0.52 |
| Hex | B | DF | FC | 60 | C | 0 | 1 | BB | 62 | 34 |
| Octal | 13 | 337 | 374 | 140 | 14 | 0 | 1 | 273 | 142 | 64 |
| Binary | 1011 | 11011111 | 11111100 | 1100000 | 1100 | 0 | 1 | 10111011 | 1100010 | 110100 |
Color Harmonies of #0BDFFC
Complementary color
Monochromatic Colors of #0BDFFC
Black with #0BDFFC
Text Example
Text Example
White with #0BDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFFC; }
p { color: rgb(11,223,252); }
H1.HeaderClassName
{
color: #0BDFFC;
}
.AnyTagClassName
{
color: #0BDFFC;
}
</style>
background-color css
<style>
a { background-color: #0BDFFC; }
a { background-color: rgb(11,223,252); }
div.DivClassName
{
background-color: #0BDFFC;
}
.BgClassName
{
background-color: #0BDFFC;
}
</style>
border-color css
<style>
span { border-color: #0BDFFC; }
span { border-color: rgb(11,223,252); }
td.TdClassName
{
border-color: #0BDFFC;
}
.TagClassName
{
border-color: #0BDFFC;
}
</style>