Shades of Bright Turquoise #00DEE0
Tints of Bright Turquoise #00DEE0
RGB
CMYK
RGB Variations
Color information
#00DEE0 (or 0x00DEE0) is known color: Bright Turquoise. HEX triplet: 00, DE and E0. RGB value is (0,222,224). Sum of RGB (Red+Green+Blue) = 0+222+224=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #00DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DEE0 is #FF211F. Grayscale: #9B9B9B. Windows color (decimal): -16720160 or 14736896. OLE color: 14736896.
HSL color Cylindrical-coordinate representation of color #00DEE0: hue angle of 180.54º 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 #00DEE0 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 222 | 224 | - |
| CMYK | 1 | 0.01 | 0 | 0.12 |
| HSL | 180.54º | 1% | 0.44% | - |
| HSV(B) | 180.54º | 1% | 0.88% | - |
| XYZ | 39.58 | 57.62 | 79.56 | - |
| YUV | 155.85 | 166.45 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 224 | 1 | 0.01 | 0 | 0.12 | 180.54 | 1 | 0.44 |
| Hex | 0 | DE | E0 | 64 | 1 | 0 | C | B5 | 64 | 2C |
| Octal | 0 | 336 | 340 | 144 | 1 | 0 | 14 | 265 | 144 | 54 |
| Binary | 0 | 11011110 | 11100000 | 1100100 | 1 | 0 | 1100 | 10110101 | 1100100 | 101100 |
Color Harmonies of #00DEE0
Complementary color
Monochromatic Colors of #00DEE0
Black with #00DEE0
Text Example
Text Example
White with #00DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEE0; }
p { color: rgb(0,222,224); }
H1.HeaderClassName
{
color: #00DEE0;
}
.AnyTagClassName
{
color: #00DEE0;
}
</style>
background-color css
<style>
a { background-color: #00DEE0; }
a { background-color: rgb(0,222,224); }
div.DivClassName
{
background-color: #00DEE0;
}
.BgClassName
{
background-color: #00DEE0;
}
</style>
border-color css
<style>
span { border-color: #00DEE0; }
span { border-color: rgb(0,222,224); }
td.TdClassName
{
border-color: #00DEE0;
}
.TagClassName
{
border-color: #00DEE0;
}
</style>