Shades of Bright Turquoise #0BDDE8
Tints of Bright Turquoise #0BDDE8
RGB
CMYK
RGB Variations
Color information
#0BDDE8 (or 0x0BDDE8) is known color: Bright Turquoise. HEX triplet: 0B, DD and E8. RGB value is (11,221,232). Sum of RGB (Red+Green+Blue) = 11+221+232=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #0BDDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDDE8 is #F42217. Grayscale: #9F9F9F. Windows color (decimal): -15999512 or 15260939. OLE color: 15260939.
HSL color Cylindrical-coordinate representation of color #0BDDE8: hue angle of 182.99º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDE8 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 221 | 232 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.09 |
| HSL | 182.99º | 0.91% | 0.48% | - |
| HSV(B) | 182.99º | 0.95% | 0.91% | - |
| XYZ | 40.56 | 57.61 | 85.33 | - |
| YUV | 159.46 | 168.93 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 232 | 0.95 | 0.05 | 0 | 0.09 | 182.99 | 0.91 | 0.48 |
| Hex | B | DD | E8 | 5F | 5 | 0 | 9 | B7 | 5B | 30 |
| Octal | 13 | 335 | 350 | 137 | 5 | 0 | 11 | 267 | 133 | 60 |
| Binary | 1011 | 11011101 | 11101000 | 1011111 | 101 | 0 | 1001 | 10110111 | 1011011 | 110000 |
Color Harmonies of #0BDDE8
Complementary color
Monochromatic Colors of #0BDDE8
Black with #0BDDE8
Text Example
Text Example
White with #0BDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDE8; }
p { color: rgb(11,221,232); }
H1.HeaderClassName
{
color: #0BDDE8;
}
.AnyTagClassName
{
color: #0BDDE8;
}
</style>
background-color css
<style>
a { background-color: #0BDDE8; }
a { background-color: rgb(11,221,232); }
div.DivClassName
{
background-color: #0BDDE8;
}
.BgClassName
{
background-color: #0BDDE8;
}
</style>
border-color css
<style>
span { border-color: #0BDDE8; }
span { border-color: rgb(11,221,232); }
td.TdClassName
{
border-color: #0BDDE8;
}
.TagClassName
{
border-color: #0BDDE8;
}
</style>