Shades of Bright Turquoise #00DCD9
Tints of Bright Turquoise #00DCD9
RGB
CMYK
RGB Variations
Color information
#00DCD9 (or 0x00DCD9) is known color: Bright Turquoise. HEX triplet: 00, DC and D9. RGB value is (0,220,217). Sum of RGB (Red+Green+Blue) = 0+220+217=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCD9 is #FF2326. Grayscale: #999999. Windows color (decimal): -16720679 or 14277632. OLE color: 14277632.
HSL color Cylindrical-coordinate representation of color #00DCD9: hue angle of 179.18º 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 #00DCD9 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 217 | - |
| CMYK | 1 | 0 | 0.01 | 0.14 |
| HSL | 179.18º | 1% | 0.43% | - |
| HSV(B) | 179.18º | 1% | 0.86% | - |
| XYZ | 38.12 | 56.2 | 74.48 | - |
| YUV | 153.88 | 163.61 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 217 | 1 | 0 | 0.01 | 0.14 | 179.18 | 1 | 0.43 |
| Hex | 0 | DC | D9 | 64 | 0 | 1 | E | B3 | 64 | 2B |
| Octal | 0 | 334 | 331 | 144 | 0 | 1 | 16 | 263 | 144 | 53 |
| Binary | 0 | 11011100 | 11011001 | 1100100 | 0 | 1 | 1110 | 10110011 | 1100100 | 101011 |
Color Harmonies of #00DCD9
Complementary color
Monochromatic Colors of #00DCD9
Black with #00DCD9
Text Example
Text Example
White with #00DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCD9; }
p { color: rgb(0,220,217); }
H1.HeaderClassName
{
color: #00DCD9;
}
.AnyTagClassName
{
color: #00DCD9;
}
</style>
background-color css
<style>
a { background-color: #00DCD9; }
a { background-color: rgb(0,220,217); }
div.DivClassName
{
background-color: #00DCD9;
}
.BgClassName
{
background-color: #00DCD9;
}
</style>
border-color css
<style>
span { border-color: #00DCD9; }
span { border-color: rgb(0,220,217); }
td.TdClassName
{
border-color: #00DCD9;
}
.TagClassName
{
border-color: #00DCD9;
}
</style>