Shades of Bright Turquoise #0DDFC9
Tints of Bright Turquoise #0DDFC9
RGB
CMYK
RGB Variations
Color information
#0DDFC9 (or 0x0DDFC9) is known color: Bright Turquoise. HEX triplet: 0D, DF and C9. RGB value is (13,223,201). Sum of RGB (Red+Green+Blue) = 13+223+201=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC9 is #F22036. Grayscale: #9D9D9D. Windows color (decimal): -15867959 or 13229837. OLE color: 13229837.
HSL color Cylindrical-coordinate representation of color #0DDFC9: hue angle of 173.71º 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 #0DDFC9 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 201 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.13 |
| HSL | 173.71º | 0.89% | 0.46% | - |
| HSV(B) | 173.71º | 0.94% | 0.87% | - |
| XYZ | 37.1 | 57.08 | 64.32 | - |
| YUV | 157.7 | 152.43 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 201 | 0.94 | 0 | 0.10 | 0.13 | 173.71 | 0.89 | 0.46 |
| Hex | D | DF | C9 | 5E | 0 | A | D | AE | 59 | 2E |
| Octal | 15 | 337 | 311 | 136 | 0 | 12 | 15 | 256 | 131 | 56 |
| Binary | 1101 | 11011111 | 11001001 | 1011110 | 0 | 1010 | 1101 | 10101110 | 1011001 | 101110 |
Color Harmonies of #0DDFC9
Complementary color
Monochromatic Colors of #0DDFC9
Black with #0DDFC9
Text Example
Text Example
White with #0DDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFC9; }
p { color: rgb(13,223,201); }
H1.HeaderClassName
{
color: #0DDFC9;
}
.AnyTagClassName
{
color: #0DDFC9;
}
</style>
background-color css
<style>
a { background-color: #0DDFC9; }
a { background-color: rgb(13,223,201); }
div.DivClassName
{
background-color: #0DDFC9;
}
.BgClassName
{
background-color: #0DDFC9;
}
</style>
border-color css
<style>
span { border-color: #0DDFC9; }
span { border-color: rgb(13,223,201); }
td.TdClassName
{
border-color: #0DDFC9;
}
.TagClassName
{
border-color: #0DDFC9;
}
</style>