Shades of Bright Turquoise #0DDCD4
Tints of Bright Turquoise #0DDCD4
RGB
CMYK
RGB Variations
Color information
#0DDCD4 (or 0x0DDCD4) is known color: Bright Turquoise. HEX triplet: 0D, DC and D4. RGB value is (13,220,212). Sum of RGB (Red+Green+Blue) = 13+220+212=445 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.92% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCD4 is #F2232B. Grayscale: #9D9D9D. Windows color (decimal): -15868716 or 13949965. OLE color: 13949965.
HSL color Cylindrical-coordinate representation of color #0DDCD4: hue angle of 177.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCD4 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 212 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.14 |
| HSL | 177.68º | 0.89% | 0.46% | - |
| HSV(B) | 177.68º | 0.94% | 0.86% | - |
| XYZ | 37.64 | 56.03 | 71.12 | - |
| YUV | 157.2 | 158.92 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 212 | 0.94 | 0 | 0.04 | 0.14 | 177.68 | 0.89 | 0.46 |
| Hex | D | DC | D4 | 5E | 0 | 4 | E | B2 | 59 | 2E |
| Octal | 15 | 334 | 324 | 136 | 0 | 4 | 16 | 262 | 131 | 56 |
| Binary | 1101 | 11011100 | 11010100 | 1011110 | 0 | 100 | 1110 | 10110010 | 1011001 | 101110 |
Color Harmonies of #0DDCD4
Complementary color
Monochromatic Colors of #0DDCD4
Black with #0DDCD4
Text Example
Text Example
White with #0DDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCD4; }
p { color: rgb(13,220,212); }
H1.HeaderClassName
{
color: #0DDCD4;
}
.AnyTagClassName
{
color: #0DDCD4;
}
</style>
background-color css
<style>
a { background-color: #0DDCD4; }
a { background-color: rgb(13,220,212); }
div.DivClassName
{
background-color: #0DDCD4;
}
.BgClassName
{
background-color: #0DDCD4;
}
</style>
border-color css
<style>
span { border-color: #0DDCD4; }
span { border-color: rgb(13,220,212); }
td.TdClassName
{
border-color: #0DDCD4;
}
.TagClassName
{
border-color: #0DDCD4;
}
</style>