Shades of Bright Turquoise #0BFFDE
Tints of Bright Turquoise #0BFFDE
RGB
CMYK
RGB Variations
Color information
#0BFFDE (or 0x0BFFDE) is known color: Bright Turquoise. HEX triplet: 0B, FF and DE. RGB value is (11,255,222). Sum of RGB (Red+Green+Blue) = 11+255+222=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFDE is #F40021. Grayscale: #B2B2B2. Windows color (decimal): -15990818 or 14614283. OLE color: 14614283.
HSL color Cylindrical-coordinate representation of color #0BFFDE: hue angle of 171.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFDE is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 222 | - |
| CMYK | 0.96 | 0 | 0.13 | 0 |
| HSL | 171.89º | 1% | 0.52% | - |
| HSV(B) | 171.89º | 0.96% | 1% | - |
| XYZ | 49.08 | 76.87 | 81.36 | - |
| YUV | 178.28 | 152.66 | 8.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 222 | 0.96 | 0 | 0.13 | 0 | 171.89 | 1 | 0.52 |
| Hex | B | FF | DE | 60 | 0 | D | 0 | AC | 64 | 34 |
| Octal | 13 | 377 | 336 | 140 | 0 | 15 | 0 | 254 | 144 | 64 |
| Binary | 1011 | 11111111 | 11011110 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100100 | 110100 |
Color Harmonies of #0BFFDE
Complementary color
Monochromatic Colors of #0BFFDE
Black with #0BFFDE
Text Example
Text Example
White with #0BFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFDE; }
p { color: rgb(11,255,222); }
H1.HeaderClassName
{
color: #0BFFDE;
}
.AnyTagClassName
{
color: #0BFFDE;
}
</style>
background-color css
<style>
a { background-color: #0BFFDE; }
a { background-color: rgb(11,255,222); }
div.DivClassName
{
background-color: #0BFFDE;
}
.BgClassName
{
background-color: #0BFFDE;
}
</style>
border-color css
<style>
span { border-color: #0BFFDE; }
span { border-color: rgb(11,255,222); }
td.TdClassName
{
border-color: #0BFFDE;
}
.TagClassName
{
border-color: #0BFFDE;
}
</style>