Shades of Bright Turquoise #00DFD5
Tints of Bright Turquoise #00DFD5
RGB
CMYK
RGB Variations
Color information
#00DFD5 (or 0x00DFD5) is known color: Bright Turquoise. HEX triplet: 00, DF and D5. RGB value is (0,223,213). Sum of RGB (Red+Green+Blue) = 0+223+213=436 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD5 is #FF202A. Grayscale: #9B9B9B. Windows color (decimal): -16719915 or 14016256. OLE color: 14016256.
HSL color Cylindrical-coordinate representation of color #00DFD5: hue angle of 177.31º 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 #00DFD5 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 213 | - |
| CMYK | 1 | 0 | 0.04 | 0.13 |
| HSL | 177.31º | 1% | 0.44% | - |
| HSV(B) | 177.31º | 1% | 0.87% | - |
| XYZ | 38.4 | 57.58 | 72.04 | - |
| YUV | 155.18 | 160.62 | 17.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 213 | 1 | 0 | 0.04 | 0.13 | 177.31 | 1 | 0.44 |
| Hex | 0 | DF | D5 | 64 | 0 | 4 | D | B1 | 64 | 2C |
| Octal | 0 | 337 | 325 | 144 | 0 | 4 | 15 | 261 | 144 | 54 |
| Binary | 0 | 11011111 | 11010101 | 1100100 | 0 | 100 | 1101 | 10110001 | 1100100 | 101100 |
Color Harmonies of #00DFD5
Complementary color
Monochromatic Colors of #00DFD5
Black with #00DFD5
Text Example
Text Example
White with #00DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFD5; }
p { color: rgb(0,223,213); }
H1.HeaderClassName
{
color: #00DFD5;
}
.AnyTagClassName
{
color: #00DFD5;
}
</style>
background-color css
<style>
a { background-color: #00DFD5; }
a { background-color: rgb(0,223,213); }
div.DivClassName
{
background-color: #00DFD5;
}
.BgClassName
{
background-color: #00DFD5;
}
</style>
border-color css
<style>
span { border-color: #00DFD5; }
span { border-color: rgb(0,223,213); }
td.TdClassName
{
border-color: #00DFD5;
}
.TagClassName
{
border-color: #00DFD5;
}
</style>