Shades of Bright Turquoise #0DE4C7
Tints of Bright Turquoise #0DE4C7
RGB
CMYK
RGB Variations
Color information
#0DE4C7 (or 0x0DE4C7) is known color: Bright Turquoise. HEX triplet: 0D, E4 and C7. RGB value is (13,228,199). Sum of RGB (Red+Green+Blue) = 13+228+199=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE4C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE4C7 is #F21B38. Grayscale: #A0A0A0. Windows color (decimal): -15866681 or 13100045. OLE color: 13100045.
HSL color Cylindrical-coordinate representation of color #0DE4C7: hue angle of 171.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE4C7 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 228 | 199 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.11 |
| HSL | 171.91º | 0.89% | 0.47% | - |
| HSV(B) | 171.91º | 0.94% | 0.89% | - |
| XYZ | 38.22 | 59.7 | 63.54 | - |
| YUV | 160.41 | 149.77 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 228 | 199 | 0.94 | 0 | 0.13 | 0.11 | 171.91 | 0.89 | 0.47 |
| Hex | D | E4 | C7 | 5E | 0 | D | B | AC | 59 | 2F |
| Octal | 15 | 344 | 307 | 136 | 0 | 15 | 13 | 254 | 131 | 57 |
| Binary | 1101 | 11100100 | 11000111 | 1011110 | 0 | 1101 | 1011 | 10101100 | 1011001 | 101111 |
Color Harmonies of #0DE4C7
Complementary color
Monochromatic Colors of #0DE4C7
Black with #0DE4C7
Text Example
Text Example
White with #0DE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE4C7; }
p { color: rgb(13,228,199); }
H1.HeaderClassName
{
color: #0DE4C7;
}
.AnyTagClassName
{
color: #0DE4C7;
}
</style>
background-color css
<style>
a { background-color: #0DE4C7; }
a { background-color: rgb(13,228,199); }
div.DivClassName
{
background-color: #0DE4C7;
}
.BgClassName
{
background-color: #0DE4C7;
}
</style>
border-color css
<style>
span { border-color: #0DE4C7; }
span { border-color: rgb(13,228,199); }
td.TdClassName
{
border-color: #0DE4C7;
}
.TagClassName
{
border-color: #0DE4C7;
}
</style>