Shades of Bright Turquoise #0DE3DA
Tints of Bright Turquoise #0DE3DA
RGB
CMYK
RGB Variations
Color information
#0DE3DA (or 0x0DE3DA) is known color: Bright Turquoise. HEX triplet: 0D, E3 and DA. RGB value is (13,227,218). Sum of RGB (Red+Green+Blue) = 13+227+218=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE3DA is #F21C25. Grayscale: #A1A1A1. Windows color (decimal): -15866918 or 14344973. OLE color: 14344973.
HSL color Cylindrical-coordinate representation of color #0DE3DA: hue angle of 177.48º 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 #0DE3DA is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 218 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.11 |
| HSL | 177.48º | 0.89% | 0.47% | - |
| HSV(B) | 177.48º | 0.94% | 0.89% | - |
| XYZ | 40.29 | 60.09 | 75.8 | - |
| YUV | 161.99 | 159.6 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 218 | 0.94 | 0 | 0.04 | 0.11 | 177.48 | 0.89 | 0.47 |
| Hex | D | E3 | DA | 5E | 0 | 4 | B | B1 | 59 | 2F |
| Octal | 15 | 343 | 332 | 136 | 0 | 4 | 13 | 261 | 131 | 57 |
| Binary | 1101 | 11100011 | 11011010 | 1011110 | 0 | 100 | 1011 | 10110001 | 1011001 | 101111 |
Color Harmonies of #0DE3DA
Complementary color
Monochromatic Colors of #0DE3DA
Black with #0DE3DA
Text Example
Text Example
White with #0DE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE3DA; }
p { color: rgb(13,227,218); }
H1.HeaderClassName
{
color: #0DE3DA;
}
.AnyTagClassName
{
color: #0DE3DA;
}
</style>
background-color css
<style>
a { background-color: #0DE3DA; }
a { background-color: rgb(13,227,218); }
div.DivClassName
{
background-color: #0DE3DA;
}
.BgClassName
{
background-color: #0DE3DA;
}
</style>
border-color css
<style>
span { border-color: #0DE3DA; }
span { border-color: rgb(13,227,218); }
td.TdClassName
{
border-color: #0DE3DA;
}
.TagClassName
{
border-color: #0DE3DA;
}
</style>