Shades of Bright Turquoise #0DDDDC
Tints of Bright Turquoise #0DDDDC
RGB
CMYK
RGB Variations
Color information
#0DDDDC (or 0x0DDDDC) is known color: Bright Turquoise. HEX triplet: 0D, DD and DC. RGB value is (13,221,220). Sum of RGB (Red+Green+Blue) = 13+221+220=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDDC is #F22223. Grayscale: #9E9E9E. Windows color (decimal): -15868452 or 14474509. OLE color: 14474509.
HSL color Cylindrical-coordinate representation of color #0DDDDC: hue angle of 179.71º 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 #0DDDDC is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 220 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.89% | 0.46% | - |
| HSV(B) | 179.71º | 0.94% | 0.87% | - |
| XYZ | 38.94 | 56.97 | 76.65 | - |
| YUV | 158.69 | 162.59 | 24.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 220 | 0.94 | 0 | 0.00 | 0.13 | 179.71 | 0.89 | 0.46 |
| Hex | D | DD | DC | 5E | 0 | 0 | D | B4 | 59 | 2E |
| Octal | 15 | 335 | 334 | 136 | 0 | 0 | 15 | 264 | 131 | 56 |
| Binary | 1101 | 11011101 | 11011100 | 1011110 | 0 | 0 | 1101 | 10110100 | 1011001 | 101110 |
Color Harmonies of #0DDDDC
Complementary color
Monochromatic Colors of #0DDDDC
Black with #0DDDDC
Text Example
Text Example
White with #0DDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDDC; }
p { color: rgb(13,221,220); }
H1.HeaderClassName
{
color: #0DDDDC;
}
.AnyTagClassName
{
color: #0DDDDC;
}
</style>
background-color css
<style>
a { background-color: #0DDDDC; }
a { background-color: rgb(13,221,220); }
div.DivClassName
{
background-color: #0DDDDC;
}
.BgClassName
{
background-color: #0DDDDC;
}
</style>
border-color css
<style>
span { border-color: #0DDDDC; }
span { border-color: rgb(13,221,220); }
td.TdClassName
{
border-color: #0DDDDC;
}
.TagClassName
{
border-color: #0DDDDC;
}
</style>