Shades of Bright Turquoise #0BDFD0
Tints of Bright Turquoise #0BDFD0
RGB
CMYK
RGB Variations
Color information
#0BDFD0 (or 0x0BDFD0) is known color: Bright Turquoise. HEX triplet: 0B, DF and D0. RGB value is (11,223,208). Sum of RGB (Red+Green+Blue) = 11+223+208=442 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFD0 is #F4202F. Grayscale: #9D9D9D. Windows color (decimal): -15999024 or 13688587. OLE color: 13688587.
HSL color Cylindrical-coordinate representation of color #0BDFD0: hue angle of 175.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFD0 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 208 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.13 |
| HSL | 175.75º | 0.91% | 0.46% | - |
| HSV(B) | 175.75º | 0.95% | 0.87% | - |
| XYZ | 37.91 | 57.4 | 68.76 | - |
| YUV | 157.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 208 | 0.95 | 0 | 0.07 | 0.13 | 175.75 | 0.91 | 0.46 |
| Hex | B | DF | D0 | 5F | 0 | 7 | D | B0 | 5B | 2E |
| Octal | 13 | 337 | 320 | 137 | 0 | 7 | 15 | 260 | 133 | 56 |
| Binary | 1011 | 11011111 | 11010000 | 1011111 | 0 | 111 | 1101 | 10110000 | 1011011 | 101110 |
Color Harmonies of #0BDFD0
Complementary color
Monochromatic Colors of #0BDFD0
Black with #0BDFD0
Text Example
Text Example
White with #0BDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFD0; }
p { color: rgb(11,223,208); }
H1.HeaderClassName
{
color: #0BDFD0;
}
.AnyTagClassName
{
color: #0BDFD0;
}
</style>
background-color css
<style>
a { background-color: #0BDFD0; }
a { background-color: rgb(11,223,208); }
div.DivClassName
{
background-color: #0BDFD0;
}
.BgClassName
{
background-color: #0BDFD0;
}
</style>
border-color css
<style>
span { border-color: #0BDFD0; }
span { border-color: rgb(11,223,208); }
td.TdClassName
{
border-color: #0BDFD0;
}
.TagClassName
{
border-color: #0BDFD0;
}
</style>