Shades of Bright Turquoise #0DDCDD
Tints of Bright Turquoise #0DDCDD
RGB
CMYK
RGB Variations
Color information
#0DDCDD (or 0x0DDCDD) is known color: Bright Turquoise. HEX triplet: 0D, DC and DD. RGB value is (13,220,221). Sum of RGB (Red+Green+Blue) = 13+220+221=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DDCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCDD is #F22322. Grayscale: #9E9E9E. Windows color (decimal): -15868707 or 14539789. OLE color: 14539789.
HSL color Cylindrical-coordinate representation of color #0DDCDD: hue angle of 180.29º 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 #0DDCDD is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 220 | 221 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.13 |
| HSL | 180.29º | 0.89% | 0.46% | - |
| HSV(B) | 180.29º | 0.94% | 0.87% | - |
| XYZ | 38.81 | 56.49 | 77.27 | - |
| YUV | 158.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 221 | 0.94 | 0.00 | 0 | 0.13 | 180.29 | 0.89 | 0.46 |
| Hex | D | DC | DD | 5E | 0 | 0 | D | B4 | 59 | 2E |
| Octal | 15 | 334 | 335 | 136 | 0 | 0 | 15 | 264 | 131 | 56 |
| Binary | 1101 | 11011100 | 11011101 | 1011110 | 0 | 0 | 1101 | 10110100 | 1011001 | 101110 |
Color Harmonies of #0DDCDD
Complementary color
Monochromatic Colors of #0DDCDD
Black with #0DDCDD
Text Example
Text Example
White with #0DDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCDD; }
p { color: rgb(13,220,221); }
H1.HeaderClassName
{
color: #0DDCDD;
}
.AnyTagClassName
{
color: #0DDCDD;
}
</style>
background-color css
<style>
a { background-color: #0DDCDD; }
a { background-color: rgb(13,220,221); }
div.DivClassName
{
background-color: #0DDCDD;
}
.BgClassName
{
background-color: #0DDCDD;
}
</style>
border-color css
<style>
span { border-color: #0DDCDD; }
span { border-color: rgb(13,220,221); }
td.TdClassName
{
border-color: #0DDCDD;
}
.TagClassName
{
border-color: #0DDCDD;
}
</style>