Shades of Bright Turquoise #0BDDEF
Tints of Bright Turquoise #0BDDEF
RGB
CMYK
RGB Variations
Color information
#0BDDEF (or 0x0BDDEF) is known color: Bright Turquoise. HEX triplet: 0B, DD and EF. RGB value is (11,221,239). Sum of RGB (Red+Green+Blue) = 11+221+239=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BDDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDDEF is #F42210. Grayscale: #9F9F9F. Windows color (decimal): -15999505 or 15719691. OLE color: 15719691.
HSL color Cylindrical-coordinate representation of color #0BDDEF: hue angle of 184.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDEF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 221 | 239 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.06 |
| HSL | 184.74º | 0.91% | 0.49% | - |
| HSV(B) | 184.74º | 0.95% | 0.94% | - |
| XYZ | 41.57 | 58.02 | 90.67 | - |
| YUV | 160.26 | 172.43 | 21.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 239 | 0.95 | 0.08 | 0 | 0.06 | 184.74 | 0.91 | 0.49 |
| Hex | B | DD | EF | 5F | 8 | 0 | 6 | B9 | 5B | 31 |
| Octal | 13 | 335 | 357 | 137 | 10 | 0 | 6 | 271 | 133 | 61 |
| Binary | 1011 | 11011101 | 11101111 | 1011111 | 1000 | 0 | 110 | 10111001 | 1011011 | 110001 |
Color Harmonies of #0BDDEF
Complementary color
Monochromatic Colors of #0BDDEF
Black with #0BDDEF
Text Example
Text Example
White with #0BDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDEF; }
p { color: rgb(11,221,239); }
H1.HeaderClassName
{
color: #0BDDEF;
}
.AnyTagClassName
{
color: #0BDDEF;
}
</style>
background-color css
<style>
a { background-color: #0BDDEF; }
a { background-color: rgb(11,221,239); }
div.DivClassName
{
background-color: #0BDDEF;
}
.BgClassName
{
background-color: #0BDDEF;
}
</style>
border-color css
<style>
span { border-color: #0BDDEF; }
span { border-color: rgb(11,221,239); }
td.TdClassName
{
border-color: #0BDDEF;
}
.TagClassName
{
border-color: #0BDDEF;
}
</style>