Shades of Bright Turquoise #0DDDD6
Tints of Bright Turquoise #0DDDD6
RGB
CMYK
RGB Variations
Color information
#0DDDD6 (or 0x0DDDD6) is known color: Bright Turquoise. HEX triplet: 0D, DD and D6. RGB value is (13,221,214). Sum of RGB (Red+Green+Blue) = 13+221+214=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDD6 is #F22229. Grayscale: #9D9D9D. Windows color (decimal): -15868458 or 14081293. OLE color: 14081293.
HSL color Cylindrical-coordinate representation of color #0DDDD6: hue angle of 177.98º 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 #0DDDD6 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 214 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.13 |
| HSL | 177.98º | 0.89% | 0.46% | - |
| HSV(B) | 177.98º | 0.94% | 0.87% | - |
| XYZ | 38.16 | 56.65 | 72.54 | - |
| YUV | 158.01 | 159.59 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 214 | 0.94 | 0 | 0.03 | 0.13 | 177.98 | 0.89 | 0.46 |
| Hex | D | DD | D6 | 5E | 0 | 3 | D | B2 | 59 | 2E |
| Octal | 15 | 335 | 326 | 136 | 0 | 3 | 15 | 262 | 131 | 56 |
| Binary | 1101 | 11011101 | 11010110 | 1011110 | 0 | 11 | 1101 | 10110010 | 1011001 | 101110 |
Color Harmonies of #0DDDD6
Complementary color
Monochromatic Colors of #0DDDD6
Black with #0DDDD6
Text Example
Text Example
White with #0DDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDD6; }
p { color: rgb(13,221,214); }
H1.HeaderClassName
{
color: #0DDDD6;
}
.AnyTagClassName
{
color: #0DDDD6;
}
</style>
background-color css
<style>
a { background-color: #0DDDD6; }
a { background-color: rgb(13,221,214); }
div.DivClassName
{
background-color: #0DDDD6;
}
.BgClassName
{
background-color: #0DDDD6;
}
</style>
border-color css
<style>
span { border-color: #0DDDD6; }
span { border-color: rgb(13,221,214); }
td.TdClassName
{
border-color: #0DDDD6;
}
.TagClassName
{
border-color: #0DDDD6;
}
</style>