Shades of Bright Turquoise #00DADE
Tints of Bright Turquoise #00DADE
RGB
CMYK
RGB Variations
Color information
#00DADE (or 0x00DADE) is known color: Bright Turquoise. HEX triplet: 00, DA and DE. RGB value is (0,218,222). Sum of RGB (Red+Green+Blue) = 0+218+222=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #00DADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DADE is #FF2521. Grayscale: #999999. Windows color (decimal): -16721186 or 14604800. OLE color: 14604800.
HSL color Cylindrical-coordinate representation of color #00DADE: hue angle of 181.08º 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 #00DADE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 218 | 222 | - |
| CMYK | 1 | 0.02 | 0 | 0.13 |
| HSL | 181.08º | 1% | 0.44% | - |
| HSV(B) | 181.08º | 1% | 0.87% | - |
| XYZ | 38.26 | 55.42 | 77.79 | - |
| YUV | 153.27 | 166.78 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 222 | 1 | 0.02 | 0 | 0.13 | 181.08 | 1 | 0.44 |
| Hex | 0 | DA | DE | 64 | 2 | 0 | D | B5 | 64 | 2C |
| Octal | 0 | 332 | 336 | 144 | 2 | 0 | 15 | 265 | 144 | 54 |
| Binary | 0 | 11011010 | 11011110 | 1100100 | 10 | 0 | 1101 | 10110101 | 1100100 | 101100 |
Color Harmonies of #00DADE
Complementary color
Monochromatic Colors of #00DADE
Black with #00DADE
Text Example
Text Example
White with #00DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DADE; }
p { color: rgb(0,218,222); }
H1.HeaderClassName
{
color: #00DADE;
}
.AnyTagClassName
{
color: #00DADE;
}
</style>
background-color css
<style>
a { background-color: #00DADE; }
a { background-color: rgb(0,218,222); }
div.DivClassName
{
background-color: #00DADE;
}
.BgClassName
{
background-color: #00DADE;
}
</style>
border-color css
<style>
span { border-color: #00DADE; }
span { border-color: rgb(0,218,222); }
td.TdClassName
{
border-color: #00DADE;
}
.TagClassName
{
border-color: #00DADE;
}
</style>