Shades of Bright Turquoise #0DDDDA
Tints of Bright Turquoise #0DDDDA
RGB
CMYK
RGB Variations
Color information
#0DDDDA (or 0x0DDDDA) is known color: Bright Turquoise. HEX triplet: 0D, DD and DA. RGB value is (13,221,218). Sum of RGB (Red+Green+Blue) = 13+221+218=452 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDDA is #F22225. Grayscale: #9E9E9E. Windows color (decimal): -15868454 or 14343437. OLE color: 14343437.
HSL color Cylindrical-coordinate representation of color #0DDDDA: hue angle of 179.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDDDA is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 218 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.13 |
| HSL | 179.13º | 0.89% | 0.46% | - |
| HSV(B) | 179.13º | 0.94% | 0.87% | - |
| XYZ | 38.68 | 56.86 | 75.27 | - |
| YUV | 158.47 | 161.59 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 218 | 0.94 | 0 | 0.01 | 0.13 | 179.13 | 0.89 | 0.46 |
| Hex | D | DD | DA | 5E | 0 | 1 | D | B3 | 59 | 2E |
| Octal | 15 | 335 | 332 | 136 | 0 | 1 | 15 | 263 | 131 | 56 |
| Binary | 1101 | 11011101 | 11011010 | 1011110 | 0 | 1 | 1101 | 10110011 | 1011001 | 101110 |
Color Harmonies of #0DDDDA
Complementary color
Monochromatic Colors of #0DDDDA
Black with #0DDDDA
Text Example
Text Example
White with #0DDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDDA; }
p { color: rgb(13,221,218); }
H1.HeaderClassName
{
color: #0DDDDA;
}
.AnyTagClassName
{
color: #0DDDDA;
}
</style>
background-color css
<style>
a { background-color: #0DDDDA; }
a { background-color: rgb(13,221,218); }
div.DivClassName
{
background-color: #0DDDDA;
}
.BgClassName
{
background-color: #0DDDDA;
}
</style>
border-color css
<style>
span { border-color: #0DDDDA; }
span { border-color: rgb(13,221,218); }
td.TdClassName
{
border-color: #0DDDDA;
}
.TagClassName
{
border-color: #0DDDDA;
}
</style>