Shades of Bright Turquoise #00DCDA
Tints of Bright Turquoise #00DCDA
RGB
CMYK
RGB Variations
Color information
#00DCDA (or 0x00DCDA) is known color: Bright Turquoise. HEX triplet: 00, DC and DA. RGB value is (0,220,218). Sum of RGB (Red+Green+Blue) = 0+220+218=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDA is #FF2325. Grayscale: #999999. Windows color (decimal): -16720678 or 14343168. OLE color: 14343168.
HSL color Cylindrical-coordinate representation of color #00DCDA: hue angle of 179.45º 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 #00DCDA is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 218 | - |
| CMYK | 1 | 0 | 0.01 | 0.14 |
| HSL | 179.45º | 1% | 0.43% | - |
| HSV(B) | 179.45º | 1% | 0.86% | - |
| XYZ | 38.25 | 56.25 | 75.17 | - |
| YUV | 153.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 218 | 1 | 0 | 0.01 | 0.14 | 179.45 | 1 | 0.43 |
| Hex | 0 | DC | DA | 64 | 0 | 1 | E | B3 | 64 | 2B |
| Octal | 0 | 334 | 332 | 144 | 0 | 1 | 16 | 263 | 144 | 53 |
| Binary | 0 | 11011100 | 11011010 | 1100100 | 0 | 1 | 1110 | 10110011 | 1100100 | 101011 |
Color Harmonies of #00DCDA
Complementary color
Monochromatic Colors of #00DCDA
Black with #00DCDA
Text Example
Text Example
White with #00DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCDA; }
p { color: rgb(0,220,218); }
H1.HeaderClassName
{
color: #00DCDA;
}
.AnyTagClassName
{
color: #00DCDA;
}
</style>
background-color css
<style>
a { background-color: #00DCDA; }
a { background-color: rgb(0,220,218); }
div.DivClassName
{
background-color: #00DCDA;
}
.BgClassName
{
background-color: #00DCDA;
}
</style>
border-color css
<style>
span { border-color: #00DCDA; }
span { border-color: rgb(0,220,218); }
td.TdClassName
{
border-color: #00DCDA;
}
.TagClassName
{
border-color: #00DCDA;
}
</style>