Shades of Bright Turquoise #00DFDB
Tints of Bright Turquoise #00DFDB
RGB
CMYK
RGB Variations
Color information
#00DFDB (or 0x00DFDB) is known color: Bright Turquoise. HEX triplet: 00, DF and DB. RGB value is (0,223,219). Sum of RGB (Red+Green+Blue) = 0+223+219=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDB is #FF2024. Grayscale: #9B9B9B. Windows color (decimal): -16719909 or 14409472. OLE color: 14409472.
HSL color Cylindrical-coordinate representation of color #00DFDB: hue angle of 178.92º 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 #00DFDB is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 219 | - |
| CMYK | 1 | 0 | 0.02 | 0.13 |
| HSL | 178.92º | 1% | 0.44% | - |
| HSV(B) | 178.92º | 1% | 0.87% | - |
| XYZ | 39.17 | 57.89 | 76.13 | - |
| YUV | 155.87 | 163.62 | 16.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 219 | 1 | 0 | 0.02 | 0.13 | 178.92 | 1 | 0.44 |
| Hex | 0 | DF | DB | 64 | 0 | 2 | D | B3 | 64 | 2C |
| Octal | 0 | 337 | 333 | 144 | 0 | 2 | 15 | 263 | 144 | 54 |
| Binary | 0 | 11011111 | 11011011 | 1100100 | 0 | 10 | 1101 | 10110011 | 1100100 | 101100 |
Color Harmonies of #00DFDB
Complementary color
Monochromatic Colors of #00DFDB
Black with #00DFDB
Text Example
Text Example
White with #00DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFDB; }
p { color: rgb(0,223,219); }
H1.HeaderClassName
{
color: #00DFDB;
}
.AnyTagClassName
{
color: #00DFDB;
}
</style>
background-color css
<style>
a { background-color: #00DFDB; }
a { background-color: rgb(0,223,219); }
div.DivClassName
{
background-color: #00DFDB;
}
.BgClassName
{
background-color: #00DFDB;
}
</style>
border-color css
<style>
span { border-color: #00DFDB; }
span { border-color: rgb(0,223,219); }
td.TdClassName
{
border-color: #00DFDB;
}
.TagClassName
{
border-color: #00DFDB;
}
</style>