Shades of Bright Turquoise #00DFD3
Tints of Bright Turquoise #00DFD3
RGB
CMYK
RGB Variations
Color information
#00DFD3 (or 0x00DFD3) is known color: Bright Turquoise. HEX triplet: 00, DF and D3. RGB value is (0,223,211). Sum of RGB (Red+Green+Blue) = 0+223+211=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD3 is #FF202C. Grayscale: #9A9A9A. Windows color (decimal): -16719917 or 13885184. OLE color: 13885184.
HSL color Cylindrical-coordinate representation of color #00DFD3: hue angle of 176.77º 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 #00DFD3 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 211 | - |
| CMYK | 1 | 0 | 0.05 | 0.13 |
| HSL | 176.77º | 1% | 0.44% | - |
| HSV(B) | 176.77º | 1% | 0.87% | - |
| XYZ | 38.15 | 57.48 | 70.71 | - |
| YUV | 154.96 | 159.62 | 17.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 211 | 1 | 0 | 0.05 | 0.13 | 176.77 | 1 | 0.44 |
| Hex | 0 | DF | D3 | 64 | 0 | 5 | D | B1 | 64 | 2C |
| Octal | 0 | 337 | 323 | 144 | 0 | 5 | 15 | 261 | 144 | 54 |
| Binary | 0 | 11011111 | 11010011 | 1100100 | 0 | 101 | 1101 | 10110001 | 1100100 | 101100 |
Color Harmonies of #00DFD3
Complementary color
Monochromatic Colors of #00DFD3
Black with #00DFD3
Text Example
Text Example
White with #00DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFD3; }
p { color: rgb(0,223,211); }
H1.HeaderClassName
{
color: #00DFD3;
}
.AnyTagClassName
{
color: #00DFD3;
}
</style>
background-color css
<style>
a { background-color: #00DFD3; }
a { background-color: rgb(0,223,211); }
div.DivClassName
{
background-color: #00DFD3;
}
.BgClassName
{
background-color: #00DFD3;
}
</style>
border-color css
<style>
span { border-color: #00DFD3; }
span { border-color: rgb(0,223,211); }
td.TdClassName
{
border-color: #00DFD3;
}
.TagClassName
{
border-color: #00DFD3;
}
</style>