Shades of Bright Turquoise #0BE0D4
Tints of Bright Turquoise #0BE0D4
RGB
CMYK
RGB Variations
Color information
#0BE0D4 (or 0x0BE0D4) is known color: Bright Turquoise. HEX triplet: 0B, E0 and D4. RGB value is (11,224,212). Sum of RGB (Red+Green+Blue) = 11+224+212=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE0D4 is #F41F2B. Grayscale: #9E9E9E. Windows color (decimal): -15998764 or 13950987. OLE color: 13950987.
HSL color Cylindrical-coordinate representation of color #0BE0D4: hue angle of 176.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE0D4 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 212 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.12 |
| HSL | 176.62º | 0.91% | 0.46% | - |
| HSV(B) | 176.62º | 0.95% | 0.88% | - |
| XYZ | 38.68 | 58.14 | 71.47 | - |
| YUV | 158.95 | 157.93 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 212 | 0.95 | 0 | 0.05 | 0.12 | 176.62 | 0.91 | 0.46 |
| Hex | B | E0 | D4 | 5F | 0 | 5 | C | B1 | 5B | 2E |
| Octal | 13 | 340 | 324 | 137 | 0 | 5 | 14 | 261 | 133 | 56 |
| Binary | 1011 | 11100000 | 11010100 | 1011111 | 0 | 101 | 1100 | 10110001 | 1011011 | 101110 |
Color Harmonies of #0BE0D4
Complementary color
Monochromatic Colors of #0BE0D4
Black with #0BE0D4
Text Example
Text Example
White with #0BE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0D4; }
p { color: rgb(11,224,212); }
H1.HeaderClassName
{
color: #0BE0D4;
}
.AnyTagClassName
{
color: #0BE0D4;
}
</style>
background-color css
<style>
a { background-color: #0BE0D4; }
a { background-color: rgb(11,224,212); }
div.DivClassName
{
background-color: #0BE0D4;
}
.BgClassName
{
background-color: #0BE0D4;
}
</style>
border-color css
<style>
span { border-color: #0BE0D4; }
span { border-color: rgb(11,224,212); }
td.TdClassName
{
border-color: #0BE0D4;
}
.TagClassName
{
border-color: #0BE0D4;
}
</style>