Shades of Bright Turquoise #0DDFDD
Tints of Bright Turquoise #0DDFDD
RGB
CMYK
RGB Variations
Color information
#0DDFDD (or 0x0DDFDD) is known color: Bright Turquoise. HEX triplet: 0D, DF and DD. RGB value is (13,223,221). Sum of RGB (Red+Green+Blue) = 13+223+221=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFDD is #F22022. Grayscale: #9F9F9F. Windows color (decimal): -15867939 or 14540557. OLE color: 14540557.
HSL color Cylindrical-coordinate representation of color #0DDFDD: hue angle of 179.43º 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 #0DDFDD is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 221 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.13 |
| HSL | 179.43º | 0.89% | 0.46% | - |
| HSV(B) | 179.43º | 0.94% | 0.87% | - |
| XYZ | 39.6 | 58.08 | 77.53 | - |
| YUV | 159.98 | 162.43 | 23.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 221 | 0.94 | 0 | 0.01 | 0.13 | 179.43 | 0.89 | 0.46 |
| Hex | D | DF | DD | 5E | 0 | 1 | D | B3 | 59 | 2E |
| Octal | 15 | 337 | 335 | 136 | 0 | 1 | 15 | 263 | 131 | 56 |
| Binary | 1101 | 11011111 | 11011101 | 1011110 | 0 | 1 | 1101 | 10110011 | 1011001 | 101110 |
Color Harmonies of #0DDFDD
Complementary color
Monochromatic Colors of #0DDFDD
Black with #0DDFDD
Text Example
Text Example
White with #0DDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFDD; }
p { color: rgb(13,223,221); }
H1.HeaderClassName
{
color: #0DDFDD;
}
.AnyTagClassName
{
color: #0DDFDD;
}
</style>
background-color css
<style>
a { background-color: #0DDFDD; }
a { background-color: rgb(13,223,221); }
div.DivClassName
{
background-color: #0DDFDD;
}
.BgClassName
{
background-color: #0DDFDD;
}
</style>
border-color css
<style>
span { border-color: #0DDFDD; }
span { border-color: rgb(13,223,221); }
td.TdClassName
{
border-color: #0DDFDD;
}
.TagClassName
{
border-color: #0DDFDD;
}
</style>