Shades of Bright Turquoise #0DDFD0
Tints of Bright Turquoise #0DDFD0
RGB
CMYK
RGB Variations
Color information
#0DDFD0 (or 0x0DDFD0) is known color: Bright Turquoise. HEX triplet: 0D, DF and D0. RGB value is (13,223,208). Sum of RGB (Red+Green+Blue) = 13+223+208=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFD0 is #F2202F. Grayscale: #9E9E9E. Windows color (decimal): -15867952 or 13688589. OLE color: 13688589.
HSL color Cylindrical-coordinate representation of color #0DDFD0: hue angle of 175.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 #0DDFD0 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 208 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.13 |
| HSL | 175.71º | 0.89% | 0.46% | - |
| HSV(B) | 175.71º | 0.94% | 0.87% | - |
| XYZ | 37.94 | 57.41 | 68.76 | - |
| YUV | 158.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 208 | 0.94 | 0 | 0.07 | 0.13 | 175.71 | 0.89 | 0.46 |
| Hex | D | DF | D0 | 5E | 0 | 7 | D | B0 | 59 | 2E |
| Octal | 15 | 337 | 320 | 136 | 0 | 7 | 15 | 260 | 131 | 56 |
| Binary | 1101 | 11011111 | 11010000 | 1011110 | 0 | 111 | 1101 | 10110000 | 1011001 | 101110 |
Color Harmonies of #0DDFD0
Complementary color
Monochromatic Colors of #0DDFD0
Black with #0DDFD0
Text Example
Text Example
White with #0DDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFD0; }
p { color: rgb(13,223,208); }
H1.HeaderClassName
{
color: #0DDFD0;
}
.AnyTagClassName
{
color: #0DDFD0;
}
</style>
background-color css
<style>
a { background-color: #0DDFD0; }
a { background-color: rgb(13,223,208); }
div.DivClassName
{
background-color: #0DDFD0;
}
.BgClassName
{
background-color: #0DDFD0;
}
</style>
border-color css
<style>
span { border-color: #0DDFD0; }
span { border-color: rgb(13,223,208); }
td.TdClassName
{
border-color: #0DDFD0;
}
.TagClassName
{
border-color: #0DDFD0;
}
</style>