Shades of Bright Turquoise #0DDCD3
Tints of Bright Turquoise #0DDCD3
RGB
CMYK
RGB Variations
Color information
#0DDCD3 (or 0x0DDCD3) is known color: Bright Turquoise. HEX triplet: 0D, DC and D3. RGB value is (13,220,211). Sum of RGB (Red+Green+Blue) = 13+220+211=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCD3 is #F2232C. Grayscale: #9C9C9C. Windows color (decimal): -15868717 or 13884429. OLE color: 13884429.
HSL color Cylindrical-coordinate representation of color #0DDCD3: hue angle of 177.39º 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 #0DDCD3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 211 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.14 |
| HSL | 177.39º | 0.89% | 0.46% | - |
| HSV(B) | 177.39º | 0.94% | 0.86% | - |
| XYZ | 37.52 | 55.98 | 70.45 | - |
| YUV | 157.08 | 158.42 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 211 | 0.94 | 0 | 0.04 | 0.14 | 177.39 | 0.89 | 0.46 |
| Hex | D | DC | D3 | 5E | 0 | 4 | E | B1 | 59 | 2E |
| Octal | 15 | 334 | 323 | 136 | 0 | 4 | 16 | 261 | 131 | 56 |
| Binary | 1101 | 11011100 | 11010011 | 1011110 | 0 | 100 | 1110 | 10110001 | 1011001 | 101110 |
Color Harmonies of #0DDCD3
Complementary color
Monochromatic Colors of #0DDCD3
Black with #0DDCD3
Text Example
Text Example
White with #0DDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCD3; }
p { color: rgb(13,220,211); }
H1.HeaderClassName
{
color: #0DDCD3;
}
.AnyTagClassName
{
color: #0DDCD3;
}
</style>
background-color css
<style>
a { background-color: #0DDCD3; }
a { background-color: rgb(13,220,211); }
div.DivClassName
{
background-color: #0DDCD3;
}
.BgClassName
{
background-color: #0DDCD3;
}
</style>
border-color css
<style>
span { border-color: #0DDCD3; }
span { border-color: rgb(13,220,211); }
td.TdClassName
{
border-color: #0DDCD3;
}
.TagClassName
{
border-color: #0DDCD3;
}
</style>