Shades of Bright Turquoise #0BE7D3
Tints of Bright Turquoise #0BE7D3
RGB
CMYK
RGB Variations
Color information
#0BE7D3 (or 0x0BE7D3) is known color: Bright Turquoise. HEX triplet: 0B, E7 and D3. RGB value is (11,231,211). Sum of RGB (Red+Green+Blue) = 11+231+211=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE7D3 is #F4182C. Grayscale: #A2A2A2. Windows color (decimal): -15996973 or 13887243. OLE color: 13887243.
HSL color Cylindrical-coordinate representation of color #0BE7D3: hue angle of 174.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE7D3 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 211 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.09 |
| HSL | 174.55º | 0.91% | 0.47% | - |
| HSV(B) | 174.55º | 0.95% | 0.91% | - |
| XYZ | 40.47 | 61.93 | 71.45 | - |
| YUV | 162.94 | 155.11 | 19.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 211 | 0.95 | 0 | 0.09 | 0.09 | 174.55 | 0.91 | 0.47 |
| Hex | B | E7 | D3 | 5F | 0 | 9 | 9 | AF | 5B | 2F |
| Octal | 13 | 347 | 323 | 137 | 0 | 11 | 11 | 257 | 133 | 57 |
| Binary | 1011 | 11100111 | 11010011 | 1011111 | 0 | 1001 | 1001 | 10101111 | 1011011 | 101111 |
Color Harmonies of #0BE7D3
Complementary color
Monochromatic Colors of #0BE7D3
Black with #0BE7D3
Text Example
Text Example
White with #0BE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE7D3; }
p { color: rgb(11,231,211); }
H1.HeaderClassName
{
color: #0BE7D3;
}
.AnyTagClassName
{
color: #0BE7D3;
}
</style>
background-color css
<style>
a { background-color: #0BE7D3; }
a { background-color: rgb(11,231,211); }
div.DivClassName
{
background-color: #0BE7D3;
}
.BgClassName
{
background-color: #0BE7D3;
}
</style>
border-color css
<style>
span { border-color: #0BE7D3; }
span { border-color: rgb(11,231,211); }
td.TdClassName
{
border-color: #0BE7D3;
}
.TagClassName
{
border-color: #0BE7D3;
}
</style>