Shades of Bright Turquoise #0DDFDC
Tints of Bright Turquoise #0DDFDC
RGB
CMYK
RGB Variations
Color information
#0DDFDC (or 0x0DDFDC) is known color: Bright Turquoise. HEX triplet: 0D, DF and DC. RGB value is (13,223,220). Sum of RGB (Red+Green+Blue) = 13+223+220=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFDC is #F22023. Grayscale: #9F9F9F. Windows color (decimal): -15867940 or 14475021. OLE color: 14475021.
HSL color Cylindrical-coordinate representation of color #0DDFDC: hue angle of 179.14º 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 #0DDFDC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 220 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.13 |
| HSL | 179.14º | 0.89% | 0.46% | - |
| HSV(B) | 179.14º | 0.94% | 0.87% | - |
| XYZ | 39.47 | 58.03 | 76.83 | - |
| YUV | 159.87 | 161.93 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 220 | 0.94 | 0 | 0.01 | 0.13 | 179.14 | 0.89 | 0.46 |
| Hex | D | DF | DC | 5E | 0 | 1 | D | B3 | 59 | 2E |
| Octal | 15 | 337 | 334 | 136 | 0 | 1 | 15 | 263 | 131 | 56 |
| Binary | 1101 | 11011111 | 11011100 | 1011110 | 0 | 1 | 1101 | 10110011 | 1011001 | 101110 |
Color Harmonies of #0DDFDC
Complementary color
Monochromatic Colors of #0DDFDC
Black with #0DDFDC
Text Example
Text Example
White with #0DDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFDC; }
p { color: rgb(13,223,220); }
H1.HeaderClassName
{
color: #0DDFDC;
}
.AnyTagClassName
{
color: #0DDFDC;
}
</style>
background-color css
<style>
a { background-color: #0DDFDC; }
a { background-color: rgb(13,223,220); }
div.DivClassName
{
background-color: #0DDFDC;
}
.BgClassName
{
background-color: #0DDFDC;
}
</style>
border-color css
<style>
span { border-color: #0DDFDC; }
span { border-color: rgb(13,223,220); }
td.TdClassName
{
border-color: #0DDFDC;
}
.TagClassName
{
border-color: #0DDFDC;
}
</style>