Shades of Bright Turquoise #00DBDF
Tints of Bright Turquoise #00DBDF
RGB
CMYK
RGB Variations
Color information
#00DBDF (or 0x00DBDF) is known color: Bright Turquoise. HEX triplet: 00, DB and DF. RGB value is (0,219,223). Sum of RGB (Red+Green+Blue) = 0+219+223=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #00DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DBDF is #FF2420. Grayscale: #999999. Windows color (decimal): -16720929 or 14670592. OLE color: 14670592.
HSL color Cylindrical-coordinate representation of color #00DBDF: hue angle of 181.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBDF is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 219 | 223 | - |
| CMYK | 1 | 0.02 | 0 | 0.13 |
| HSL | 181.08º | 1% | 0.44% | - |
| HSV(B) | 181.08º | 1% | 0.87% | - |
| XYZ | 38.65 | 55.99 | 78.58 | - |
| YUV | 153.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 223 | 1 | 0.02 | 0 | 0.13 | 181.08 | 1 | 0.44 |
| Hex | 0 | DB | DF | 64 | 2 | 0 | D | B5 | 64 | 2C |
| Octal | 0 | 333 | 337 | 144 | 2 | 0 | 15 | 265 | 144 | 54 |
| Binary | 0 | 11011011 | 11011111 | 1100100 | 10 | 0 | 1101 | 10110101 | 1100100 | 101100 |
Color Harmonies of #00DBDF
Complementary color
Monochromatic Colors of #00DBDF
Black with #00DBDF
Text Example
Text Example
White with #00DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBDF; }
p { color: rgb(0,219,223); }
H1.HeaderClassName
{
color: #00DBDF;
}
.AnyTagClassName
{
color: #00DBDF;
}
</style>
background-color css
<style>
a { background-color: #00DBDF; }
a { background-color: rgb(0,219,223); }
div.DivClassName
{
background-color: #00DBDF;
}
.BgClassName
{
background-color: #00DBDF;
}
</style>
border-color css
<style>
span { border-color: #00DBDF; }
span { border-color: rgb(0,219,223); }
td.TdClassName
{
border-color: #00DBDF;
}
.TagClassName
{
border-color: #00DBDF;
}
</style>