Shades of Bright Turquoise #00DFD2
Tints of Bright Turquoise #00DFD2
RGB
CMYK
RGB Variations
Color information
#00DFD2 (or 0x00DFD2) is known color: Bright Turquoise. HEX triplet: 00, DF and D2. RGB value is (0,223,210). Sum of RGB (Red+Green+Blue) = 0+223+210=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFD2 is #FF202D. Grayscale: #9A9A9A. Windows color (decimal): -16719918 or 13819648. OLE color: 13819648.
HSL color Cylindrical-coordinate representation of color #00DFD2: hue angle of 176.5º 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 #00DFD2 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 210 | - |
| CMYK | 1 | 0 | 0.06 | 0.13 |
| HSL | 176.5º | 1% | 0.44% | - |
| HSV(B) | 176.5º | 1% | 0.87% | - |
| XYZ | 38.02 | 57.43 | 70.05 | - |
| YUV | 154.84 | 159.12 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 210 | 1 | 0 | 0.06 | 0.13 | 176.5 | 1 | 0.44 |
| Hex | 0 | DF | D2 | 64 | 0 | 6 | D | B1 | 64 | 2C |
| Octal | 0 | 337 | 322 | 144 | 0 | 6 | 15 | 261 | 144 | 54 |
| Binary | 0 | 11011111 | 11010010 | 1100100 | 0 | 110 | 1101 | 10110001 | 1100100 | 101100 |
Color Harmonies of #00DFD2
Complementary color
Monochromatic Colors of #00DFD2
Black with #00DFD2
Text Example
Text Example
White with #00DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFD2; }
p { color: rgb(0,223,210); }
H1.HeaderClassName
{
color: #00DFD2;
}
.AnyTagClassName
{
color: #00DFD2;
}
</style>
background-color css
<style>
a { background-color: #00DFD2; }
a { background-color: rgb(0,223,210); }
div.DivClassName
{
background-color: #00DFD2;
}
.BgClassName
{
background-color: #00DFD2;
}
</style>
border-color css
<style>
span { border-color: #00DFD2; }
span { border-color: rgb(0,223,210); }
td.TdClassName
{
border-color: #00DFD2;
}
.TagClassName
{
border-color: #00DFD2;
}
</style>