Shades of Bright Turquoise #00DCDE
Tints of Bright Turquoise #00DCDE
RGB
CMYK
RGB Variations
Color information
#00DCDE (or 0x00DCDE) is known color: Bright Turquoise. HEX triplet: 00, DC and DE. RGB value is (0,220,222). Sum of RGB (Red+Green+Blue) = 0+220+222=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #00DCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDE is #FF2321. Grayscale: #9A9A9A. Windows color (decimal): -16720674 or 14605312. OLE color: 14605312.
HSL color Cylindrical-coordinate representation of color #00DCDE: hue angle of 180.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCDE is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 220 | 222 | - |
| CMYK | 1 | 0.01 | 0 | 0.13 |
| HSL | 180.54º | 1% | 0.44% | - |
| HSV(B) | 180.54º | 1% | 0.87% | - |
| XYZ | 38.78 | 56.46 | 77.96 | - |
| YUV | 154.45 | 166.11 | 17.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 222 | 1 | 0.01 | 0 | 0.13 | 180.54 | 1 | 0.44 |
| Hex | 0 | DC | DE | 64 | 1 | 0 | D | B5 | 64 | 2C |
| Octal | 0 | 334 | 336 | 144 | 1 | 0 | 15 | 265 | 144 | 54 |
| Binary | 0 | 11011100 | 11011110 | 1100100 | 1 | 0 | 1101 | 10110101 | 1100100 | 101100 |
Color Harmonies of #00DCDE
Complementary color
Monochromatic Colors of #00DCDE
Black with #00DCDE
Text Example
Text Example
White with #00DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCDE; }
p { color: rgb(0,220,222); }
H1.HeaderClassName
{
color: #00DCDE;
}
.AnyTagClassName
{
color: #00DCDE;
}
</style>
background-color css
<style>
a { background-color: #00DCDE; }
a { background-color: rgb(0,220,222); }
div.DivClassName
{
background-color: #00DCDE;
}
.BgClassName
{
background-color: #00DCDE;
}
</style>
border-color css
<style>
span { border-color: #00DCDE; }
span { border-color: rgb(0,220,222); }
td.TdClassName
{
border-color: #00DCDE;
}
.TagClassName
{
border-color: #00DCDE;
}
</style>