Shades of Bright Turquoise #0DDDCF
Tints of Bright Turquoise #0DDDCF
RGB
CMYK
RGB Variations
Color information
#0DDDCF (or 0x0DDDCF) is known color: Bright Turquoise. HEX triplet: 0D, DD and CF. RGB value is (13,221,207). Sum of RGB (Red+Green+Blue) = 13+221+207=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDCF is #F22230. Grayscale: #9D9D9D. Windows color (decimal): -15868465 or 13622541. OLE color: 13622541.
HSL color Cylindrical-coordinate representation of color #0DDDCF: hue angle of 175.96º 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 #0DDDCF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 207 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.13 |
| HSL | 175.96º | 0.89% | 0.46% | - |
| HSV(B) | 175.96º | 0.94% | 0.87% | - |
| XYZ | 37.28 | 56.3 | 67.93 | - |
| YUV | 157.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 207 | 0.94 | 0 | 0.06 | 0.13 | 175.96 | 0.89 | 0.46 |
| Hex | D | DD | CF | 5E | 0 | 6 | D | B0 | 59 | 2E |
| Octal | 15 | 335 | 317 | 136 | 0 | 6 | 15 | 260 | 131 | 56 |
| Binary | 1101 | 11011101 | 11001111 | 1011110 | 0 | 110 | 1101 | 10110000 | 1011001 | 101110 |
Color Harmonies of #0DDDCF
Complementary color
Monochromatic Colors of #0DDDCF
Black with #0DDDCF
Text Example
Text Example
White with #0DDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDCF; }
p { color: rgb(13,221,207); }
H1.HeaderClassName
{
color: #0DDDCF;
}
.AnyTagClassName
{
color: #0DDDCF;
}
</style>
background-color css
<style>
a { background-color: #0DDDCF; }
a { background-color: rgb(13,221,207); }
div.DivClassName
{
background-color: #0DDDCF;
}
.BgClassName
{
background-color: #0DDDCF;
}
</style>
border-color css
<style>
span { border-color: #0DDDCF; }
span { border-color: rgb(13,221,207); }
td.TdClassName
{
border-color: #0DDDCF;
}
.TagClassName
{
border-color: #0DDDCF;
}
</style>