Shades of Bright Turquoise #0BD7E6
Tints of Bright Turquoise #0BD7E6
RGB
CMYK
RGB Variations
Color information
#0BD7E6 (or 0x0BD7E6) is known color: Bright Turquoise. HEX triplet: 0B, D7 and E6. RGB value is (11,215,230). Sum of RGB (Red+Green+Blue) = 11+215+230=456 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BD7E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD7E6 is #F42819. Grayscale: #9B9B9B. Windows color (decimal): -16001050 or 15128331. OLE color: 15128331.
HSL color Cylindrical-coordinate representation of color #0BD7E6: hue angle of 184.11º 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 #0BD7E6 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 215 | 230 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.10 |
| HSL | 184.11º | 0.91% | 0.47% | - |
| HSV(B) | 184.11º | 0.95% | 0.9% | - |
| XYZ | 38.72 | 54.39 | 83.32 | - |
| YUV | 155.71 | 169.91 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 230 | 0.95 | 0.07 | 0 | 0.10 | 184.11 | 0.91 | 0.47 |
| Hex | B | D7 | E6 | 5F | 7 | 0 | A | B8 | 5B | 2F |
| Octal | 13 | 327 | 346 | 137 | 7 | 0 | 12 | 270 | 133 | 57 |
| Binary | 1011 | 11010111 | 11100110 | 1011111 | 111 | 0 | 1010 | 10111000 | 1011011 | 101111 |
Color Harmonies of #0BD7E6
Complementary color
Monochromatic Colors of #0BD7E6
Black with #0BD7E6
Text Example
Text Example
White with #0BD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD7E6; }
p { color: rgb(11,215,230); }
H1.HeaderClassName
{
color: #0BD7E6;
}
.AnyTagClassName
{
color: #0BD7E6;
}
</style>
background-color css
<style>
a { background-color: #0BD7E6; }
a { background-color: rgb(11,215,230); }
div.DivClassName
{
background-color: #0BD7E6;
}
.BgClassName
{
background-color: #0BD7E6;
}
</style>
border-color css
<style>
span { border-color: #0BD7E6; }
span { border-color: rgb(11,215,230); }
td.TdClassName
{
border-color: #0BD7E6;
}
.TagClassName
{
border-color: #0BD7E6;
}
</style>