Shades of Bright Turquoise #00DCDB
Tints of Bright Turquoise #00DCDB
RGB
CMYK
RGB Variations
Color information
#00DCDB (or 0x00DCDB) is known color: Bright Turquoise. HEX triplet: 00, DC and DB. RGB value is (0,220,219). Sum of RGB (Red+Green+Blue) = 0+220+219=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDB is #FF2324. Grayscale: #999999. Windows color (decimal): -16720677 or 14408704. OLE color: 14408704.
HSL color Cylindrical-coordinate representation of color #00DCDB: hue angle of 179.73º 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 #00DCDB is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 219 | - |
| CMYK | 1 | 0 | 0.00 | 0.14 |
| HSL | 179.73º | 1% | 0.43% | - |
| HSV(B) | 179.73º | 1% | 0.86% | - |
| XYZ | 38.38 | 56.3 | 75.86 | - |
| YUV | 154.11 | 164.61 | 18.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 219 | 1 | 0 | 0.00 | 0.14 | 179.73 | 1 | 0.43 |
| Hex | 0 | DC | DB | 64 | 0 | 0 | E | B4 | 64 | 2B |
| Octal | 0 | 334 | 333 | 144 | 0 | 0 | 16 | 264 | 144 | 53 |
| Binary | 0 | 11011100 | 11011011 | 1100100 | 0 | 0 | 1110 | 10110100 | 1100100 | 101011 |
Color Harmonies of #00DCDB
Complementary color
Monochromatic Colors of #00DCDB
Black with #00DCDB
Text Example
Text Example
White with #00DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCDB; }
p { color: rgb(0,220,219); }
H1.HeaderClassName
{
color: #00DCDB;
}
.AnyTagClassName
{
color: #00DCDB;
}
</style>
background-color css
<style>
a { background-color: #00DCDB; }
a { background-color: rgb(0,220,219); }
div.DivClassName
{
background-color: #00DCDB;
}
.BgClassName
{
background-color: #00DCDB;
}
</style>
border-color css
<style>
span { border-color: #00DCDB; }
span { border-color: rgb(0,220,219); }
td.TdClassName
{
border-color: #00DCDB;
}
.TagClassName
{
border-color: #00DCDB;
}
</style>