Shades of Bright Turquoise #0DDDD3
Tints of Bright Turquoise #0DDDD3
RGB
CMYK
RGB Variations
Color information
#0DDDD3 (or 0x0DDDD3) is known color: Bright Turquoise. HEX triplet: 0D, DD and D3. RGB value is (13,221,211). Sum of RGB (Red+Green+Blue) = 13+221+211=445 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.92% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDD3 is #F2222C. Grayscale: #9D9D9D. Windows color (decimal): -15868461 or 13884685. OLE color: 13884685.
HSL color Cylindrical-coordinate representation of color #0DDDD3: hue angle of 177.12º 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 #0DDDD3 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 211 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.13 |
| HSL | 177.12º | 0.89% | 0.46% | - |
| HSV(B) | 177.12º | 0.94% | 0.87% | - |
| XYZ | 37.78 | 56.5 | 70.54 | - |
| YUV | 157.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 211 | 0.94 | 0 | 0.05 | 0.13 | 177.12 | 0.89 | 0.46 |
| Hex | D | DD | D3 | 5E | 0 | 5 | D | B1 | 59 | 2E |
| Octal | 15 | 335 | 323 | 136 | 0 | 5 | 15 | 261 | 131 | 56 |
| Binary | 1101 | 11011101 | 11010011 | 1011110 | 0 | 101 | 1101 | 10110001 | 1011001 | 101110 |
Color Harmonies of #0DDDD3
Complementary color
Monochromatic Colors of #0DDDD3
Black with #0DDDD3
Text Example
Text Example
White with #0DDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDD3; }
p { color: rgb(13,221,211); }
H1.HeaderClassName
{
color: #0DDDD3;
}
.AnyTagClassName
{
color: #0DDDD3;
}
</style>
background-color css
<style>
a { background-color: #0DDDD3; }
a { background-color: rgb(13,221,211); }
div.DivClassName
{
background-color: #0DDDD3;
}
.BgClassName
{
background-color: #0DDDD3;
}
</style>
border-color css
<style>
span { border-color: #0DDDD3; }
span { border-color: rgb(13,221,211); }
td.TdClassName
{
border-color: #0DDDD3;
}
.TagClassName
{
border-color: #0DDDD3;
}
</style>