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