Shades of Bright Turquoise #0DEFBB
Tints of Bright Turquoise #0DEFBB
RGB
CMYK
RGB Variations
Color information
#0DEFBB (or 0x0DEFBB) is known color: Bright Turquoise. HEX triplet: 0D, EF and BB. RGB value is (13,239,187). Sum of RGB (Red+Green+Blue) = 13+239+187=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEFBB is #F21044. Grayscale: #A5A5A5. Windows color (decimal): -15863877 or 12316429. OLE color: 12316429.
HSL color Cylindrical-coordinate representation of color #0DEFBB: hue angle of 166.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEFBB is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 187 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.06 |
| HSL | 166.19º | 0.9% | 0.49% | - |
| HSV(B) | 166.19º | 0.95% | 0.94% | - |
| XYZ | 40 | 65.41 | 57.53 | - |
| YUV | 165.5 | 140.13 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 187 | 0.95 | 0 | 0.22 | 0.06 | 166.19 | 0.9 | 0.49 |
| Hex | D | EF | BB | 5F | 0 | 16 | 6 | A6 | 5A | 31 |
| Octal | 15 | 357 | 273 | 137 | 0 | 26 | 6 | 246 | 132 | 61 |
| Binary | 1101 | 11101111 | 10111011 | 1011111 | 0 | 10110 | 110 | 10100110 | 1011010 | 110001 |
Color Harmonies of #0DEFBB
Complementary color
Monochromatic Colors of #0DEFBB
Black with #0DEFBB
Text Example
Text Example
White with #0DEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEFBB; }
p { color: rgb(13,239,187); }
H1.HeaderClassName
{
color: #0DEFBB;
}
.AnyTagClassName
{
color: #0DEFBB;
}
</style>
background-color css
<style>
a { background-color: #0DEFBB; }
a { background-color: rgb(13,239,187); }
div.DivClassName
{
background-color: #0DEFBB;
}
.BgClassName
{
background-color: #0DEFBB;
}
</style>
border-color css
<style>
span { border-color: #0DEFBB; }
span { border-color: rgb(13,239,187); }
td.TdClassName
{
border-color: #0DEFBB;
}
.TagClassName
{
border-color: #0DEFBB;
}
</style>