Shades of Bright Turquoise #0DEACD
Tints of Bright Turquoise #0DEACD
RGB
CMYK
RGB Variations
Color information
#0DEACD (or 0x0DEACD) is known color: Bright Turquoise. HEX triplet: 0D, EA and CD. RGB value is (13,234,205). Sum of RGB (Red+Green+Blue) = 13+234+205=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEACD is #F21532. Grayscale: #A4A4A4. Windows color (decimal): -15865139 or 13494797. OLE color: 13494797.
HSL color Cylindrical-coordinate representation of color #0DEACD: hue angle of 172.13º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEACD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 205 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.08 |
| HSL | 172.13º | 0.89% | 0.48% | - |
| HSV(B) | 172.13º | 0.94% | 0.92% | - |
| XYZ | 40.61 | 63.34 | 67.84 | - |
| YUV | 164.62 | 150.78 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 205 | 0.94 | 0 | 0.12 | 0.08 | 172.13 | 0.89 | 0.48 |
| Hex | D | EA | CD | 5E | 0 | C | 8 | AC | 59 | 30 |
| Octal | 15 | 352 | 315 | 136 | 0 | 14 | 10 | 254 | 131 | 60 |
| Binary | 1101 | 11101010 | 11001101 | 1011110 | 0 | 1100 | 1000 | 10101100 | 1011001 | 110000 |
Color Harmonies of #0DEACD
Complementary color
Monochromatic Colors of #0DEACD
Black with #0DEACD
Text Example
Text Example
White with #0DEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEACD; }
p { color: rgb(13,234,205); }
H1.HeaderClassName
{
color: #0DEACD;
}
.AnyTagClassName
{
color: #0DEACD;
}
</style>
background-color css
<style>
a { background-color: #0DEACD; }
a { background-color: rgb(13,234,205); }
div.DivClassName
{
background-color: #0DEACD;
}
.BgClassName
{
background-color: #0DEACD;
}
</style>
border-color css
<style>
span { border-color: #0DEACD; }
span { border-color: rgb(13,234,205); }
td.TdClassName
{
border-color: #0DEACD;
}
.TagClassName
{
border-color: #0DEACD;
}
</style>