Shades of Bright Turquoise #00DCD8
Tints of Bright Turquoise #00DCD8
RGB
CMYK
RGB Variations
Color information
#00DCD8 (or 0x00DCD8) is known color: Bright Turquoise. HEX triplet: 00, DC and D8. RGB value is (0,220,216). Sum of RGB (Red+Green+Blue) = 0+220+216=436 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCD8 is #FF2327. Grayscale: #999999. Windows color (decimal): -16720680 or 14212096. OLE color: 14212096.
HSL color Cylindrical-coordinate representation of color #00DCD8: hue angle of 178.91º 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 #00DCD8 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 216 | - |
| CMYK | 1 | 0 | 0.02 | 0.14 |
| HSL | 178.91º | 1% | 0.43% | - |
| HSV(B) | 178.91º | 1% | 0.86% | - |
| XYZ | 37.99 | 56.14 | 73.8 | - |
| YUV | 153.76 | 163.11 | 18.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 216 | 1 | 0 | 0.02 | 0.14 | 178.91 | 1 | 0.43 |
| Hex | 0 | DC | D8 | 64 | 0 | 2 | E | B3 | 64 | 2B |
| Octal | 0 | 334 | 330 | 144 | 0 | 2 | 16 | 263 | 144 | 53 |
| Binary | 0 | 11011100 | 11011000 | 1100100 | 0 | 10 | 1110 | 10110011 | 1100100 | 101011 |
Color Harmonies of #00DCD8
Complementary color
Monochromatic Colors of #00DCD8
Black with #00DCD8
Text Example
Text Example
White with #00DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCD8; }
p { color: rgb(0,220,216); }
H1.HeaderClassName
{
color: #00DCD8;
}
.AnyTagClassName
{
color: #00DCD8;
}
</style>
background-color css
<style>
a { background-color: #00DCD8; }
a { background-color: rgb(0,220,216); }
div.DivClassName
{
background-color: #00DCD8;
}
.BgClassName
{
background-color: #00DCD8;
}
</style>
border-color css
<style>
span { border-color: #00DCD8; }
span { border-color: rgb(0,220,216); }
td.TdClassName
{
border-color: #00DCD8;
}
.TagClassName
{
border-color: #00DCD8;
}
</style>