Shades of Bright Turquoise #01E0DD
Tints of Bright Turquoise #01E0DD
RGB
CMYK
RGB Variations
Color information
#01E0DD (or 0x01E0DD) is known color: Bright Turquoise. HEX triplet: 01, E0 and DD. RGB value is (1,224,221). Sum of RGB (Red+Green+Blue) = 1+224+221=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0DD is #FE1F22. Grayscale: #9C9C9C. Windows color (decimal): -16654115 or 14540801. OLE color: 14540801.
HSL color Cylindrical-coordinate representation of color #01E0DD: hue angle of 179.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0DD is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 221 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.12 |
| HSL | 179.19º | 0.99% | 0.44% | - |
| HSV(B) | 179.19º | 1% | 0.88% | - |
| XYZ | 39.72 | 58.54 | 77.61 | - |
| YUV | 156.98 | 164.12 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 221 | 1.00 | 0 | 0.01 | 0.12 | 179.19 | 0.99 | 0.44 |
| Hex | 1 | E0 | DD | 64 | 0 | 1 | C | B3 | 63 | 2C |
| Octal | 1 | 340 | 335 | 144 | 0 | 1 | 14 | 263 | 143 | 54 |
| Binary | 1 | 11100000 | 11011101 | 1100100 | 0 | 1 | 1100 | 10110011 | 1100011 | 101100 |
Color Harmonies of #01E0DD
Complementary color
Monochromatic Colors of #01E0DD
Black with #01E0DD
Text Example
Text Example
White with #01E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0DD; }
p { color: rgb(1,224,221); }
H1.HeaderClassName
{
color: #01E0DD;
}
.AnyTagClassName
{
color: #01E0DD;
}
</style>
background-color css
<style>
a { background-color: #01E0DD; }
a { background-color: rgb(1,224,221); }
div.DivClassName
{
background-color: #01E0DD;
}
.BgClassName
{
background-color: #01E0DD;
}
</style>
border-color css
<style>
span { border-color: #01E0DD; }
span { border-color: rgb(1,224,221); }
td.TdClassName
{
border-color: #01E0DD;
}
.TagClassName
{
border-color: #01E0DD;
}
</style>