Shades of Bright Turquoise #0BDDDF
Tints of Bright Turquoise #0BDDDF
RGB
CMYK
RGB Variations
Color information
#0BDDDF (or 0x0BDDDF) is known color: Bright Turquoise. HEX triplet: 0B, DD and DF. RGB value is (11,221,223). Sum of RGB (Red+Green+Blue) = 11+221+223=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BDDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDDF is #F42220. Grayscale: #9E9E9E. Windows color (decimal): -15999521 or 14671115. OLE color: 14671115.
HSL color Cylindrical-coordinate representation of color #0BDDDF: hue angle of 180.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDDF is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 223 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.13 |
| HSL | 180.57º | 0.91% | 0.46% | - |
| HSV(B) | 180.57º | 0.95% | 0.87% | - |
| XYZ | 39.31 | 57.11 | 78.76 | - |
| YUV | 158.44 | 164.43 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 223 | 0.95 | 0.01 | 0 | 0.13 | 180.57 | 0.91 | 0.46 |
| Hex | B | DD | DF | 5F | 1 | 0 | D | B5 | 5B | 2E |
| Octal | 13 | 335 | 337 | 137 | 1 | 0 | 15 | 265 | 133 | 56 |
| Binary | 1011 | 11011101 | 11011111 | 1011111 | 1 | 0 | 1101 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0BDDDF
Complementary color
Monochromatic Colors of #0BDDDF
Black with #0BDDDF
Text Example
Text Example
White with #0BDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDDF; }
p { color: rgb(11,221,223); }
H1.HeaderClassName
{
color: #0BDDDF;
}
.AnyTagClassName
{
color: #0BDDDF;
}
</style>
background-color css
<style>
a { background-color: #0BDDDF; }
a { background-color: rgb(11,221,223); }
div.DivClassName
{
background-color: #0BDDDF;
}
.BgClassName
{
background-color: #0BDDDF;
}
</style>
border-color css
<style>
span { border-color: #0BDDDF; }
span { border-color: rgb(11,221,223); }
td.TdClassName
{
border-color: #0BDDDF;
}
.TagClassName
{
border-color: #0BDDDF;
}
</style>