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