Shades of Bright Turquoise #0BDBE5
Tints of Bright Turquoise #0BDBE5
RGB
CMYK
RGB Variations
Color information
#0BDBE5 (or 0x0BDBE5) is known color: Bright Turquoise. HEX triplet: 0B, DB and E5. RGB value is (11,219,229). Sum of RGB (Red+Green+Blue) = 11+219+229=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #0BDBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBE5 is #F4241A. Grayscale: #9D9D9D. Windows color (decimal): -16000027 or 15063819. OLE color: 15063819.
HSL color Cylindrical-coordinate representation of color #0BDBE5: hue angle of 182.75º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDBE5 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 219 | 229 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.10 |
| HSL | 182.75º | 0.91% | 0.47% | - |
| HSV(B) | 182.75º | 0.95% | 0.9% | - |
| XYZ | 39.61 | 56.39 | 82.93 | - |
| YUV | 157.95 | 168.09 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 229 | 0.95 | 0.04 | 0 | 0.10 | 182.75 | 0.91 | 0.47 |
| Hex | B | DB | E5 | 5F | 4 | 0 | A | B7 | 5B | 2F |
| Octal | 13 | 333 | 345 | 137 | 4 | 0 | 12 | 267 | 133 | 57 |
| Binary | 1011 | 11011011 | 11100101 | 1011111 | 100 | 0 | 1010 | 10110111 | 1011011 | 101111 |
Color Harmonies of #0BDBE5
Complementary color
Monochromatic Colors of #0BDBE5
Black with #0BDBE5
Text Example
Text Example
White with #0BDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDBE5; }
p { color: rgb(11,219,229); }
H1.HeaderClassName
{
color: #0BDBE5;
}
.AnyTagClassName
{
color: #0BDBE5;
}
</style>
background-color css
<style>
a { background-color: #0BDBE5; }
a { background-color: rgb(11,219,229); }
div.DivClassName
{
background-color: #0BDBE5;
}
.BgClassName
{
background-color: #0BDBE5;
}
</style>
border-color css
<style>
span { border-color: #0BDBE5; }
span { border-color: rgb(11,219,229); }
td.TdClassName
{
border-color: #0BDBE5;
}
.TagClassName
{
border-color: #0BDBE5;
}
</style>