Shades of Bright Turquoise #0DDFDA
Tints of Bright Turquoise #0DDFDA
RGB
CMYK
RGB Variations
Color information
#0DDFDA (or 0x0DDFDA) is known color: Bright Turquoise. HEX triplet: 0D, DF and DA. RGB value is (13,223,218). Sum of RGB (Red+Green+Blue) = 13+223+218=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFDA is #F22025. Grayscale: #9F9F9F. Windows color (decimal): -15867942 or 14343949. OLE color: 14343949.
HSL color Cylindrical-coordinate representation of color #0DDFDA: hue angle of 178.57º 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 #0DDFDA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 218 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.13 |
| HSL | 178.57º | 0.89% | 0.46% | - |
| HSV(B) | 178.57º | 0.94% | 0.87% | - |
| XYZ | 39.21 | 57.92 | 75.44 | - |
| YUV | 159.64 | 160.93 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 218 | 0.94 | 0 | 0.02 | 0.13 | 178.57 | 0.89 | 0.46 |
| Hex | D | DF | DA | 5E | 0 | 2 | D | B3 | 59 | 2E |
| Octal | 15 | 337 | 332 | 136 | 0 | 2 | 15 | 263 | 131 | 56 |
| Binary | 1101 | 11011111 | 11011010 | 1011110 | 0 | 10 | 1101 | 10110011 | 1011001 | 101110 |
Color Harmonies of #0DDFDA
Complementary color
Monochromatic Colors of #0DDFDA
Black with #0DDFDA
Text Example
Text Example
White with #0DDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFDA; }
p { color: rgb(13,223,218); }
H1.HeaderClassName
{
color: #0DDFDA;
}
.AnyTagClassName
{
color: #0DDFDA;
}
</style>
background-color css
<style>
a { background-color: #0DDFDA; }
a { background-color: rgb(13,223,218); }
div.DivClassName
{
background-color: #0DDFDA;
}
.BgClassName
{
background-color: #0DDFDA;
}
</style>
border-color css
<style>
span { border-color: #0DDFDA; }
span { border-color: rgb(13,223,218); }
td.TdClassName
{
border-color: #0DDFDA;
}
.TagClassName
{
border-color: #0DDFDA;
}
</style>