Shades of Bright Turquoise #00DCDC
Tints of Bright Turquoise #00DCDC
RGB
CMYK
RGB Variations
Color information
#00DCDC (or 0x00DCDC) is known color: Bright Turquoise. HEX triplet: 00, DC and DC. RGB value is (0,220,220). Sum of RGB (Red+Green+Blue) = 0+220+220=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #00DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDC is #FF2323. Grayscale: #999999. Windows color (decimal): -16720676 or 14474240. OLE color: 14474240.
HSL color Cylindrical-coordinate representation of color #00DCDC: hue angle of 180º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCDC is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 220 | - |
| CMYK | 1 | 0 | 0 | 0.14 |
| HSL | 180º | 1% | 0.43% | - |
| HSV(B) | 180º | 1% | 0.86% | - |
| XYZ | 38.51 | 56.35 | 76.56 | - |
| YUV | 154.22 | 165.11 | 18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 220 | 1 | 0 | 0 | 0.14 | 180 | 1 | 0.43 |
| Hex | 0 | DC | DC | 64 | 0 | 0 | E | B4 | 64 | 2B |
| Octal | 0 | 334 | 334 | 144 | 0 | 0 | 16 | 264 | 144 | 53 |
| Binary | 0 | 11011100 | 11011100 | 1100100 | 0 | 0 | 1110 | 10110100 | 1100100 | 101011 |
Color Harmonies of #00DCDC
Complementary color
Monochromatic Colors of #00DCDC
Black with #00DCDC
Text Example
Text Example
White with #00DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCDC; }
p { color: rgb(0,220,220); }
H1.HeaderClassName
{
color: #00DCDC;
}
.AnyTagClassName
{
color: #00DCDC;
}
</style>
background-color css
<style>
a { background-color: #00DCDC; }
a { background-color: rgb(0,220,220); }
div.DivClassName
{
background-color: #00DCDC;
}
.BgClassName
{
background-color: #00DCDC;
}
</style>
border-color css
<style>
span { border-color: #00DCDC; }
span { border-color: rgb(0,220,220); }
td.TdClassName
{
border-color: #00DCDC;
}
.TagClassName
{
border-color: #00DCDC;
}
</style>