Shades of Bright Turquoise #0DECBC
Tints of Bright Turquoise #0DECBC
RGB
CMYK
RGB Variations
Color information
#0DECBC (or 0x0DECBC) is known color: Bright Turquoise. HEX triplet: 0D, EC and BC. RGB value is (13,236,188). Sum of RGB (Red+Green+Blue) = 13+236+188=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECBC is #F21343. Grayscale: #A3A3A3. Windows color (decimal): -15864644 or 12381197. OLE color: 12381197.
HSL color Cylindrical-coordinate representation of color #0DECBC: hue angle of 167.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DECBC is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 188 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.07 |
| HSL | 167.09º | 0.9% | 0.49% | - |
| HSV(B) | 167.09º | 0.94% | 0.93% | - |
| XYZ | 39.24 | 63.71 | 57.81 | - |
| YUV | 163.85 | 141.62 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 188 | 0.94 | 0 | 0.20 | 0.07 | 167.09 | 0.9 | 0.49 |
| Hex | D | EC | BC | 5E | 0 | 14 | 7 | A7 | 5A | 31 |
| Octal | 15 | 354 | 274 | 136 | 0 | 24 | 7 | 247 | 132 | 61 |
| Binary | 1101 | 11101100 | 10111100 | 1011110 | 0 | 10100 | 111 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0DECBC
Complementary color
Monochromatic Colors of #0DECBC
Black with #0DECBC
Text Example
Text Example
White with #0DECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECBC; }
p { color: rgb(13,236,188); }
H1.HeaderClassName
{
color: #0DECBC;
}
.AnyTagClassName
{
color: #0DECBC;
}
</style>
background-color css
<style>
a { background-color: #0DECBC; }
a { background-color: rgb(13,236,188); }
div.DivClassName
{
background-color: #0DECBC;
}
.BgClassName
{
background-color: #0DECBC;
}
</style>
border-color css
<style>
span { border-color: #0DECBC; }
span { border-color: rgb(13,236,188); }
td.TdClassName
{
border-color: #0DECBC;
}
.TagClassName
{
border-color: #0DECBC;
}
</style>