Shades of Bright Turquoise #00DFD4
Tints of Bright Turquoise #00DFD4
RGB
CMYK
RGB Variations
Color information
#00DFD4 (or 0x00DFD4) is known color: Bright Turquoise. HEX triplet: 00, DF and D4. RGB value is (0,223,212). Sum of RGB (Red+Green+Blue) = 0+223+212=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD4 is #FF202B. Grayscale: #9A9A9A. Windows color (decimal): -16719916 or 13950720. OLE color: 13950720.
HSL color Cylindrical-coordinate representation of color #00DFD4: hue angle of 177.04º 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 #00DFD4 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 212 | - |
| CMYK | 1 | 0 | 0.05 | 0.13 |
| HSL | 177.04º | 1% | 0.44% | - |
| HSV(B) | 177.04º | 1% | 0.87% | - |
| XYZ | 38.27 | 57.53 | 71.37 | - |
| YUV | 155.07 | 160.12 | 17.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 212 | 1 | 0 | 0.05 | 0.13 | 177.04 | 1 | 0.44 |
| Hex | 0 | DF | D4 | 64 | 0 | 5 | D | B1 | 64 | 2C |
| Octal | 0 | 337 | 324 | 144 | 0 | 5 | 15 | 261 | 144 | 54 |
| Binary | 0 | 11011111 | 11010100 | 1100100 | 0 | 101 | 1101 | 10110001 | 1100100 | 101100 |
Color Harmonies of #00DFD4
Complementary color
Monochromatic Colors of #00DFD4
Black with #00DFD4
Text Example
Text Example
White with #00DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFD4; }
p { color: rgb(0,223,212); }
H1.HeaderClassName
{
color: #00DFD4;
}
.AnyTagClassName
{
color: #00DFD4;
}
</style>
background-color css
<style>
a { background-color: #00DFD4; }
a { background-color: rgb(0,223,212); }
div.DivClassName
{
background-color: #00DFD4;
}
.BgClassName
{
background-color: #00DFD4;
}
</style>
border-color css
<style>
span { border-color: #00DFD4; }
span { border-color: rgb(0,223,212); }
td.TdClassName
{
border-color: #00DFD4;
}
.TagClassName
{
border-color: #00DFD4;
}
</style>