Shades of Bright Turquoise #00DCDD
Tints of Bright Turquoise #00DCDD
RGB
CMYK
RGB Variations
Color information
#00DCDD (or 0x00DCDD) is known color: Bright Turquoise. HEX triplet: 00, DC and DD. RGB value is (0,220,221). Sum of RGB (Red+Green+Blue) = 0+220+221=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #00DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDD is #FF2322. Grayscale: #9A9A9A. Windows color (decimal): -16720675 or 14539776. OLE color: 14539776.
HSL color Cylindrical-coordinate representation of color #00DCDD: hue angle of 180.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCDD is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 220 | 221 | - |
| CMYK | 1 | 0.00 | 0 | 0.13 |
| HSL | 180.27º | 1% | 0.43% | - |
| HSV(B) | 180.27º | 1% | 0.87% | - |
| XYZ | 38.64 | 56.41 | 77.26 | - |
| YUV | 154.33 | 165.61 | 17.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 221 | 1 | 0.00 | 0 | 0.13 | 180.27 | 1 | 0.43 |
| Hex | 0 | DC | DD | 64 | 0 | 0 | D | B4 | 64 | 2B |
| Octal | 0 | 334 | 335 | 144 | 0 | 0 | 15 | 264 | 144 | 53 |
| Binary | 0 | 11011100 | 11011101 | 1100100 | 0 | 0 | 1101 | 10110100 | 1100100 | 101011 |
Color Harmonies of #00DCDD
Complementary color
Monochromatic Colors of #00DCDD
Black with #00DCDD
Text Example
Text Example
White with #00DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCDD; }
p { color: rgb(0,220,221); }
H1.HeaderClassName
{
color: #00DCDD;
}
.AnyTagClassName
{
color: #00DCDD;
}
</style>
background-color css
<style>
a { background-color: #00DCDD; }
a { background-color: rgb(0,220,221); }
div.DivClassName
{
background-color: #00DCDD;
}
.BgClassName
{
background-color: #00DCDD;
}
</style>
border-color css
<style>
span { border-color: #00DCDD; }
span { border-color: rgb(0,220,221); }
td.TdClassName
{
border-color: #00DCDD;
}
.TagClassName
{
border-color: #00DCDD;
}
</style>