Shades of Bright Turquoise #00DBDD
Tints of Bright Turquoise #00DBDD
RGB
CMYK
RGB Variations
Color information
#00DBDD (or 0x00DBDD) is known color: Bright Turquoise. HEX triplet: 00, DB and DD. RGB value is (0,219,221). Sum of RGB (Red+Green+Blue) = 0+219+221=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #00DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBDD is #FF2422. Grayscale: #999999. Windows color (decimal): -16720931 or 14539520. OLE color: 14539520.
HSL color Cylindrical-coordinate representation of color #00DBDD: hue angle of 180.54º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBDD is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 219 | 221 | - |
| CMYK | 1 | 0.01 | 0 | 0.13 |
| HSL | 180.54º | 1% | 0.43% | - |
| HSV(B) | 180.54º | 1% | 0.87% | - |
| XYZ | 38.38 | 55.88 | 77.17 | - |
| YUV | 153.75 | 165.95 | 18.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 221 | 1 | 0.01 | 0 | 0.13 | 180.54 | 1 | 0.43 |
| Hex | 0 | DB | DD | 64 | 1 | 0 | D | B5 | 64 | 2B |
| Octal | 0 | 333 | 335 | 144 | 1 | 0 | 15 | 265 | 144 | 53 |
| Binary | 0 | 11011011 | 11011101 | 1100100 | 1 | 0 | 1101 | 10110101 | 1100100 | 101011 |
Color Harmonies of #00DBDD
Complementary color
Monochromatic Colors of #00DBDD
Black with #00DBDD
Text Example
Text Example
White with #00DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBDD; }
p { color: rgb(0,219,221); }
H1.HeaderClassName
{
color: #00DBDD;
}
.AnyTagClassName
{
color: #00DBDD;
}
</style>
background-color css
<style>
a { background-color: #00DBDD; }
a { background-color: rgb(0,219,221); }
div.DivClassName
{
background-color: #00DBDD;
}
.BgClassName
{
background-color: #00DBDD;
}
</style>
border-color css
<style>
span { border-color: #00DBDD; }
span { border-color: rgb(0,219,221); }
td.TdClassName
{
border-color: #00DBDD;
}
.TagClassName
{
border-color: #00DBDD;
}
</style>