Shades of Bright Turquoise #0DDFD6
Tints of Bright Turquoise #0DDFD6
RGB
CMYK
RGB Variations
Color information
#0DDFD6 (or 0x0DDFD6) is known color: Bright Turquoise. HEX triplet: 0D, DF and D6. RGB value is (13,223,214). Sum of RGB (Red+Green+Blue) = 13+223+214=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFD6 is #F22029. Grayscale: #9F9F9F. Windows color (decimal): -15867946 or 14081805. OLE color: 14081805.
HSL color Cylindrical-coordinate representation of color #0DDFD6: hue angle of 177.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 #0DDFD6 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 214 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.13 |
| HSL | 177.43º | 0.89% | 0.46% | - |
| HSV(B) | 177.43º | 0.94% | 0.87% | - |
| XYZ | 38.69 | 57.72 | 72.72 | - |
| YUV | 159.18 | 158.93 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 214 | 0.94 | 0 | 0.04 | 0.13 | 177.43 | 0.89 | 0.46 |
| Hex | D | DF | D6 | 5E | 0 | 4 | D | B1 | 59 | 2E |
| Octal | 15 | 337 | 326 | 136 | 0 | 4 | 15 | 261 | 131 | 56 |
| Binary | 1101 | 11011111 | 11010110 | 1011110 | 0 | 100 | 1101 | 10110001 | 1011001 | 101110 |
Color Harmonies of #0DDFD6
Complementary color
Monochromatic Colors of #0DDFD6
Black with #0DDFD6
Text Example
Text Example
White with #0DDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFD6; }
p { color: rgb(13,223,214); }
H1.HeaderClassName
{
color: #0DDFD6;
}
.AnyTagClassName
{
color: #0DDFD6;
}
</style>
background-color css
<style>
a { background-color: #0DDFD6; }
a { background-color: rgb(13,223,214); }
div.DivClassName
{
background-color: #0DDFD6;
}
.BgClassName
{
background-color: #0DDFD6;
}
</style>
border-color css
<style>
span { border-color: #0DDFD6; }
span { border-color: rgb(13,223,214); }
td.TdClassName
{
border-color: #0DDFD6;
}
.TagClassName
{
border-color: #0DDFD6;
}
</style>