Shades of Bright Turquoise #0BDADB
Tints of Bright Turquoise #0BDADB
RGB
CMYK
RGB Variations
Color information
#0BDADB (or 0x0BDADB) is known color: Bright Turquoise. HEX triplet: 0B, DA and DB. RGB value is (11,218,219). Sum of RGB (Red+Green+Blue) = 11+218+219=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BDADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDADB is #F42524. Grayscale: #9C9C9C. Windows color (decimal): -16000293 or 14408203. OLE color: 14408203.
HSL color Cylindrical-coordinate representation of color #0BDADB: hue angle of 180.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDADB is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 218 | 219 | - |
| CMYK | 0.95 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.9% | 0.45% | - |
| HSV(B) | 180.29º | 0.95% | 0.86% | - |
| XYZ | 38 | 55.33 | 75.69 | - |
| YUV | 156.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 219 | 0.95 | 0.00 | 0 | 0.14 | 180.29 | 0.9 | 0.45 |
| Hex | B | DA | DB | 5F | 0 | 0 | E | B4 | 5A | 2D |
| Octal | 13 | 332 | 333 | 137 | 0 | 0 | 16 | 264 | 132 | 55 |
| Binary | 1011 | 11011010 | 11011011 | 1011111 | 0 | 0 | 1110 | 10110100 | 1011010 | 101101 |
Color Harmonies of #0BDADB
Complementary color
Monochromatic Colors of #0BDADB
Black with #0BDADB
Text Example
Text Example
White with #0BDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDADB; }
p { color: rgb(11,218,219); }
H1.HeaderClassName
{
color: #0BDADB;
}
.AnyTagClassName
{
color: #0BDADB;
}
</style>
background-color css
<style>
a { background-color: #0BDADB; }
a { background-color: rgb(11,218,219); }
div.DivClassName
{
background-color: #0BDADB;
}
.BgClassName
{
background-color: #0BDADB;
}
</style>
border-color css
<style>
span { border-color: #0BDADB; }
span { border-color: rgb(11,218,219); }
td.TdClassName
{
border-color: #0BDADB;
}
.TagClassName
{
border-color: #0BDADB;
}
</style>