Shades of Bright Turquoise #0DEAD6
Tints of Bright Turquoise #0DEAD6
RGB
CMYK
RGB Variations
Color information
#0DEAD6 (or 0x0DEAD6) is known color: Bright Turquoise. HEX triplet: 0D, EA and D6. RGB value is (13,234,214). Sum of RGB (Red+Green+Blue) = 13+234+214=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAD6 is #F21529. Grayscale: #A5A5A5. Windows color (decimal): -15865130 or 14084621. OLE color: 14084621.
HSL color Cylindrical-coordinate representation of color #0DEAD6: hue angle of 174.57º 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 #0DEAD6 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 214 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.08 |
| HSL | 174.57º | 0.89% | 0.48% | - |
| HSV(B) | 174.57º | 0.94% | 0.92% | - |
| XYZ | 41.73 | 63.79 | 73.73 | - |
| YUV | 165.64 | 155.28 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 214 | 0.94 | 0 | 0.09 | 0.08 | 174.57 | 0.89 | 0.48 |
| Hex | D | EA | D6 | 5E | 0 | 9 | 8 | AF | 59 | 30 |
| Octal | 15 | 352 | 326 | 136 | 0 | 11 | 10 | 257 | 131 | 60 |
| Binary | 1101 | 11101010 | 11010110 | 1011110 | 0 | 1001 | 1000 | 10101111 | 1011001 | 110000 |
Color Harmonies of #0DEAD6
Complementary color
Monochromatic Colors of #0DEAD6
Black with #0DEAD6
Text Example
Text Example
White with #0DEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAD6; }
p { color: rgb(13,234,214); }
H1.HeaderClassName
{
color: #0DEAD6;
}
.AnyTagClassName
{
color: #0DEAD6;
}
</style>
background-color css
<style>
a { background-color: #0DEAD6; }
a { background-color: rgb(13,234,214); }
div.DivClassName
{
background-color: #0DEAD6;
}
.BgClassName
{
background-color: #0DEAD6;
}
</style>
border-color css
<style>
span { border-color: #0DEAD6; }
span { border-color: rgb(13,234,214); }
td.TdClassName
{
border-color: #0DEAD6;
}
.TagClassName
{
border-color: #0DEAD6;
}
</style>