Shades of Bright Turquoise #0BDFE6
Tints of Bright Turquoise #0BDFE6
RGB
CMYK
RGB Variations
Color information
#0BDFE6 (or 0x0BDFE6) is known color: Bright Turquoise. HEX triplet: 0B, DF and E6. RGB value is (11,223,230). Sum of RGB (Red+Green+Blue) = 11+223+230=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BDFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFE6 is #F42019. Grayscale: #A0A0A0. Windows color (decimal): -15999002 or 15130379. OLE color: 15130379.
HSL color Cylindrical-coordinate representation of color #0BDFE6: hue angle of 181.92º 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 #0BDFE6 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 223 | 230 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.10 |
| HSL | 181.92º | 0.91% | 0.47% | - |
| HSV(B) | 181.92º | 0.95% | 0.9% | - |
| XYZ | 40.81 | 58.56 | 84.02 | - |
| YUV | 160.41 | 167.26 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 230 | 0.95 | 0.03 | 0 | 0.10 | 181.92 | 0.91 | 0.47 |
| Hex | B | DF | E6 | 5F | 3 | 0 | A | B6 | 5B | 2F |
| Octal | 13 | 337 | 346 | 137 | 3 | 0 | 12 | 266 | 133 | 57 |
| Binary | 1011 | 11011111 | 11100110 | 1011111 | 11 | 0 | 1010 | 10110110 | 1011011 | 101111 |
Color Harmonies of #0BDFE6
Complementary color
Monochromatic Colors of #0BDFE6
Black with #0BDFE6
Text Example
Text Example
White with #0BDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFE6; }
p { color: rgb(11,223,230); }
H1.HeaderClassName
{
color: #0BDFE6;
}
.AnyTagClassName
{
color: #0BDFE6;
}
</style>
background-color css
<style>
a { background-color: #0BDFE6; }
a { background-color: rgb(11,223,230); }
div.DivClassName
{
background-color: #0BDFE6;
}
.BgClassName
{
background-color: #0BDFE6;
}
</style>
border-color css
<style>
span { border-color: #0BDFE6; }
span { border-color: rgb(11,223,230); }
td.TdClassName
{
border-color: #0BDFE6;
}
.TagClassName
{
border-color: #0BDFE6;
}
</style>