Shades of Bright Turquoise #0DDFCD
Tints of Bright Turquoise #0DDFCD
RGB
CMYK
RGB Variations
Color information
#0DDFCD (or 0x0DDFCD) is known color: Bright Turquoise. HEX triplet: 0D, DF and CD. RGB value is (13,223,205). Sum of RGB (Red+Green+Blue) = 13+223+205=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFCD is #F22032. Grayscale: #9E9E9E. Windows color (decimal): -15867955 or 13491981. OLE color: 13491981.
HSL color Cylindrical-coordinate representation of color #0DDFCD: hue angle of 174.86º 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 #0DDFCD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 205 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.13 |
| HSL | 174.86º | 0.89% | 0.46% | - |
| HSV(B) | 174.86º | 0.94% | 0.87% | - |
| XYZ | 37.57 | 57.27 | 66.83 | - |
| YUV | 158.16 | 154.43 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 205 | 0.94 | 0 | 0.08 | 0.13 | 174.86 | 0.89 | 0.46 |
| Hex | D | DF | CD | 5E | 0 | 8 | D | AF | 59 | 2E |
| Octal | 15 | 337 | 315 | 136 | 0 | 10 | 15 | 257 | 131 | 56 |
| Binary | 1101 | 11011111 | 11001101 | 1011110 | 0 | 1000 | 1101 | 10101111 | 1011001 | 101110 |
Color Harmonies of #0DDFCD
Complementary color
Monochromatic Colors of #0DDFCD
Black with #0DDFCD
Text Example
Text Example
White with #0DDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFCD; }
p { color: rgb(13,223,205); }
H1.HeaderClassName
{
color: #0DDFCD;
}
.AnyTagClassName
{
color: #0DDFCD;
}
</style>
background-color css
<style>
a { background-color: #0DDFCD; }
a { background-color: rgb(13,223,205); }
div.DivClassName
{
background-color: #0DDFCD;
}
.BgClassName
{
background-color: #0DDFCD;
}
</style>
border-color css
<style>
span { border-color: #0DDFCD; }
span { border-color: rgb(13,223,205); }
td.TdClassName
{
border-color: #0DDFCD;
}
.TagClassName
{
border-color: #0DDFCD;
}
</style>