Shades of Bright Turquoise #00DAE0
Tints of Bright Turquoise #00DAE0
RGB
CMYK
RGB Variations
Color information
#00DAE0 (or 0x00DAE0) is known color: Bright Turquoise. HEX triplet: 00, DA and E0. RGB value is (0,218,224). Sum of RGB (Red+Green+Blue) = 0+218+224=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #00DAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DAE0 is #FF251F. Grayscale: #999999. Windows color (decimal): -16721184 or 14735872. OLE color: 14735872.
HSL color Cylindrical-coordinate representation of color #00DAE0: hue angle of 181.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAE0 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 218 | 224 | - |
| CMYK | 1 | 0.03 | 0 | 0.12 |
| HSL | 181.61º | 1% | 0.44% | - |
| HSV(B) | 181.61º | 1% | 0.88% | - |
| XYZ | 38.53 | 55.52 | 79.21 | - |
| YUV | 153.5 | 167.78 | 18.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 224 | 1 | 0.03 | 0 | 0.12 | 181.61 | 1 | 0.44 |
| Hex | 0 | DA | E0 | 64 | 3 | 0 | C | B6 | 64 | 2C |
| Octal | 0 | 332 | 340 | 144 | 3 | 0 | 14 | 266 | 144 | 54 |
| Binary | 0 | 11011010 | 11100000 | 1100100 | 11 | 0 | 1100 | 10110110 | 1100100 | 101100 |
Color Harmonies of #00DAE0
Complementary color
Monochromatic Colors of #00DAE0
Black with #00DAE0
Text Example
Text Example
White with #00DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAE0; }
p { color: rgb(0,218,224); }
H1.HeaderClassName
{
color: #00DAE0;
}
.AnyTagClassName
{
color: #00DAE0;
}
</style>
background-color css
<style>
a { background-color: #00DAE0; }
a { background-color: rgb(0,218,224); }
div.DivClassName
{
background-color: #00DAE0;
}
.BgClassName
{
background-color: #00DAE0;
}
</style>
border-color css
<style>
span { border-color: #00DAE0; }
span { border-color: rgb(0,218,224); }
td.TdClassName
{
border-color: #00DAE0;
}
.TagClassName
{
border-color: #00DAE0;
}
</style>