Shades of Bright Turquoise #00DFD1
Tints of Bright Turquoise #00DFD1
RGB
CMYK
RGB Variations
Color information
#00DFD1 (or 0x00DFD1) is known color: Bright Turquoise. HEX triplet: 00, DF and D1. RGB value is (0,223,209). Sum of RGB (Red+Green+Blue) = 0+223+209=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD1 is #FF202E. Grayscale: #9A9A9A. Windows color (decimal): -16719919 or 13754112. OLE color: 13754112.
HSL color Cylindrical-coordinate representation of color #00DFD1: hue angle of 176.23º 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 #00DFD1 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 209 | - |
| CMYK | 1 | 0 | 0.06 | 0.13 |
| HSL | 176.23º | 1% | 0.44% | - |
| HSV(B) | 176.23º | 1% | 0.87% | - |
| XYZ | 37.9 | 57.38 | 69.4 | - |
| YUV | 154.73 | 158.62 | 17.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 209 | 1 | 0 | 0.06 | 0.13 | 176.23 | 1 | 0.44 |
| Hex | 0 | DF | D1 | 64 | 0 | 6 | D | B0 | 64 | 2C |
| Octal | 0 | 337 | 321 | 144 | 0 | 6 | 15 | 260 | 144 | 54 |
| Binary | 0 | 11011111 | 11010001 | 1100100 | 0 | 110 | 1101 | 10110000 | 1100100 | 101100 |
Color Harmonies of #00DFD1
Complementary color
Monochromatic Colors of #00DFD1
Black with #00DFD1
Text Example
Text Example
White with #00DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFD1; }
p { color: rgb(0,223,209); }
H1.HeaderClassName
{
color: #00DFD1;
}
.AnyTagClassName
{
color: #00DFD1;
}
</style>
background-color css
<style>
a { background-color: #00DFD1; }
a { background-color: rgb(0,223,209); }
div.DivClassName
{
background-color: #00DFD1;
}
.BgClassName
{
background-color: #00DFD1;
}
</style>
border-color css
<style>
span { border-color: #00DFD1; }
span { border-color: rgb(0,223,209); }
td.TdClassName
{
border-color: #00DFD1;
}
.TagClassName
{
border-color: #00DFD1;
}
</style>