Shades of Bright Turquoise #00DFDA
Tints of Bright Turquoise #00DFDA
RGB
CMYK
RGB Variations
Color information
#00DFDA (or 0x00DFDA) is known color: Bright Turquoise. HEX triplet: 00, DF and DA. RGB value is (0,223,218). Sum of RGB (Red+Green+Blue) = 0+223+218=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFDA is #FF2025. Grayscale: #9B9B9B. Windows color (decimal): -16719910 or 14343936. OLE color: 14343936.
HSL color Cylindrical-coordinate representation of color #00DFDA: hue angle of 178.65º 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 #00DFDA is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 218 | - |
| CMYK | 1 | 0 | 0.02 | 0.13 |
| HSL | 178.65º | 1% | 0.44% | - |
| HSV(B) | 178.65º | 1% | 0.87% | - |
| XYZ | 39.04 | 57.84 | 75.44 | - |
| YUV | 155.75 | 163.12 | 16.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 218 | 1 | 0 | 0.02 | 0.13 | 178.65 | 1 | 0.44 |
| Hex | 0 | DF | DA | 64 | 0 | 2 | D | B3 | 64 | 2C |
| Octal | 0 | 337 | 332 | 144 | 0 | 2 | 15 | 263 | 144 | 54 |
| Binary | 0 | 11011111 | 11011010 | 1100100 | 0 | 10 | 1101 | 10110011 | 1100100 | 101100 |
Color Harmonies of #00DFDA
Complementary color
Monochromatic Colors of #00DFDA
Black with #00DFDA
Text Example
Text Example
White with #00DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFDA; }
p { color: rgb(0,223,218); }
H1.HeaderClassName
{
color: #00DFDA;
}
.AnyTagClassName
{
color: #00DFDA;
}
</style>
background-color css
<style>
a { background-color: #00DFDA; }
a { background-color: rgb(0,223,218); }
div.DivClassName
{
background-color: #00DFDA;
}
.BgClassName
{
background-color: #00DFDA;
}
</style>
border-color css
<style>
span { border-color: #00DFDA; }
span { border-color: rgb(0,223,218); }
td.TdClassName
{
border-color: #00DFDA;
}
.TagClassName
{
border-color: #00DFDA;
}
</style>