Shades of Bright Turquoise #0DECC5
Tints of Bright Turquoise #0DECC5
RGB
CMYK
RGB Variations
Color information
#0DECC5 (or 0x0DECC5) is known color: Bright Turquoise. HEX triplet: 0D, EC and C5. RGB value is (13,236,197). Sum of RGB (Red+Green+Blue) = 13+236+197=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DECC5 is #F2133A. Grayscale: #A4A4A4. Windows color (decimal): -15864635 or 12971021. OLE color: 12971021.
HSL color Cylindrical-coordinate representation of color #0DECC5: hue angle of 169.51º 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 #0DECC5 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 197 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.07 |
| HSL | 169.51º | 0.9% | 0.49% | - |
| HSV(B) | 169.51º | 0.94% | 0.93% | - |
| XYZ | 40.24 | 64.11 | 63.08 | - |
| YUV | 164.88 | 146.12 | 19.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 197 | 0.94 | 0 | 0.17 | 0.07 | 169.51 | 0.9 | 0.49 |
| Hex | D | EC | C5 | 5E | 0 | 11 | 7 | AA | 5A | 31 |
| Octal | 15 | 354 | 305 | 136 | 0 | 21 | 7 | 252 | 132 | 61 |
| Binary | 1101 | 11101100 | 11000101 | 1011110 | 0 | 10001 | 111 | 10101010 | 1011010 | 110001 |
Color Harmonies of #0DECC5
Complementary color
Monochromatic Colors of #0DECC5
Black with #0DECC5
Text Example
Text Example
White with #0DECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECC5; }
p { color: rgb(13,236,197); }
H1.HeaderClassName
{
color: #0DECC5;
}
.AnyTagClassName
{
color: #0DECC5;
}
</style>
background-color css
<style>
a { background-color: #0DECC5; }
a { background-color: rgb(13,236,197); }
div.DivClassName
{
background-color: #0DECC5;
}
.BgClassName
{
background-color: #0DECC5;
}
</style>
border-color css
<style>
span { border-color: #0DECC5; }
span { border-color: rgb(13,236,197); }
td.TdClassName
{
border-color: #0DECC5;
}
.TagClassName
{
border-color: #0DECC5;
}
</style>