Shades of Bright Turquoise #0DDFDE
Tints of Bright Turquoise #0DDFDE
RGB
CMYK
RGB Variations
Color information
#0DDFDE (or 0x0DDFDE) is known color: Bright Turquoise. HEX triplet: 0D, DF and DE. RGB value is (13,223,222). Sum of RGB (Red+Green+Blue) = 13+223+222=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFDE is #F22021. Grayscale: #9F9F9F. Windows color (decimal): -15867938 or 14606093. OLE color: 14606093.
HSL color Cylindrical-coordinate representation of color #0DDFDE: hue angle of 179.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 #0DDFDE is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 222 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.89% | 0.46% | - |
| HSV(B) | 179.71º | 0.94% | 0.87% | - |
| XYZ | 39.74 | 58.13 | 78.23 | - |
| YUV | 160.1 | 162.93 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 222 | 0.94 | 0 | 0.00 | 0.13 | 179.71 | 0.89 | 0.46 |
| Hex | D | DF | DE | 5E | 0 | 0 | D | B4 | 59 | 2E |
| Octal | 15 | 337 | 336 | 136 | 0 | 0 | 15 | 264 | 131 | 56 |
| Binary | 1101 | 11011111 | 11011110 | 1011110 | 0 | 0 | 1101 | 10110100 | 1011001 | 101110 |
Color Harmonies of #0DDFDE
Complementary color
Monochromatic Colors of #0DDFDE
Black with #0DDFDE
Text Example
Text Example
White with #0DDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFDE; }
p { color: rgb(13,223,222); }
H1.HeaderClassName
{
color: #0DDFDE;
}
.AnyTagClassName
{
color: #0DDFDE;
}
</style>
background-color css
<style>
a { background-color: #0DDFDE; }
a { background-color: rgb(13,223,222); }
div.DivClassName
{
background-color: #0DDFDE;
}
.BgClassName
{
background-color: #0DDFDE;
}
</style>
border-color css
<style>
span { border-color: #0DDFDE; }
span { border-color: rgb(13,223,222); }
td.TdClassName
{
border-color: #0DDFDE;
}
.TagClassName
{
border-color: #0DDFDE;
}
</style>