Shades of Bright Turquoise #00DEDB
Tints of Bright Turquoise #00DEDB
RGB
CMYK
RGB Variations
Color information
#00DEDB (or 0x00DEDB) is known color: Bright Turquoise. HEX triplet: 00, DE and DB. RGB value is (0,222,219). Sum of RGB (Red+Green+Blue) = 0+222+219=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEDB is #FF2124. Grayscale: #9B9B9B. Windows color (decimal): -16720165 or 14409216. OLE color: 14409216.
HSL color Cylindrical-coordinate representation of color #00DEDB: hue angle of 179.19º 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 #00DEDB is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 219 | - |
| CMYK | 1 | 0 | 0.01 | 0.13 |
| HSL | 179.19º | 1% | 0.44% | - |
| HSV(B) | 179.19º | 1% | 0.87% | - |
| XYZ | 38.91 | 57.36 | 76.04 | - |
| YUV | 155.28 | 163.95 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 219 | 1 | 0 | 0.01 | 0.13 | 179.19 | 1 | 0.44 |
| Hex | 0 | DE | DB | 64 | 0 | 1 | D | B3 | 64 | 2C |
| Octal | 0 | 336 | 333 | 144 | 0 | 1 | 15 | 263 | 144 | 54 |
| Binary | 0 | 11011110 | 11011011 | 1100100 | 0 | 1 | 1101 | 10110011 | 1100100 | 101100 |
Color Harmonies of #00DEDB
Complementary color
Monochromatic Colors of #00DEDB
Black with #00DEDB
Text Example
Text Example
White with #00DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEDB; }
p { color: rgb(0,222,219); }
H1.HeaderClassName
{
color: #00DEDB;
}
.AnyTagClassName
{
color: #00DEDB;
}
</style>
background-color css
<style>
a { background-color: #00DEDB; }
a { background-color: rgb(0,222,219); }
div.DivClassName
{
background-color: #00DEDB;
}
.BgClassName
{
background-color: #00DEDB;
}
</style>
border-color css
<style>
span { border-color: #00DEDB; }
span { border-color: rgb(0,222,219); }
td.TdClassName
{
border-color: #00DEDB;
}
.TagClassName
{
border-color: #00DEDB;
}
</style>