Shades of Bright Turquoise #01E2DD
Tints of Bright Turquoise #01E2DD
RGB
CMYK
RGB Variations
Color information
#01E2DD (or 0x01E2DD) is known color: Bright Turquoise. HEX triplet: 01, E2 and DD. RGB value is (1,226,221). Sum of RGB (Red+Green+Blue) = 1+226+221=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #01E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E2DD is #FE1D22. Grayscale: #9D9D9D. Windows color (decimal): -16653603 or 14541313. OLE color: 14541313.
HSL color Cylindrical-coordinate representation of color #01E2DD: hue angle of 178.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E2DD is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 221 | - |
| CMYK | 1.00 | 0 | 0.02 | 0.11 |
| HSL | 178.67º | 0.99% | 0.45% | - |
| HSV(B) | 178.67º | 1% | 0.89% | - |
| XYZ | 40.26 | 59.62 | 77.79 | - |
| YUV | 158.16 | 163.46 | 15.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 221 | 1.00 | 0 | 0.02 | 0.11 | 178.67 | 0.99 | 0.45 |
| Hex | 1 | E2 | DD | 64 | 0 | 2 | B | B3 | 63 | 2D |
| Octal | 1 | 342 | 335 | 144 | 0 | 2 | 13 | 263 | 143 | 55 |
| Binary | 1 | 11100010 | 11011101 | 1100100 | 0 | 10 | 1011 | 10110011 | 1100011 | 101101 |
Color Harmonies of #01E2DD
Complementary color
Monochromatic Colors of #01E2DD
Black with #01E2DD
Text Example
Text Example
White with #01E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E2DD; }
p { color: rgb(1,226,221); }
H1.HeaderClassName
{
color: #01E2DD;
}
.AnyTagClassName
{
color: #01E2DD;
}
</style>
background-color css
<style>
a { background-color: #01E2DD; }
a { background-color: rgb(1,226,221); }
div.DivClassName
{
background-color: #01E2DD;
}
.BgClassName
{
background-color: #01E2DD;
}
</style>
border-color css
<style>
span { border-color: #01E2DD; }
span { border-color: rgb(1,226,221); }
td.TdClassName
{
border-color: #01E2DD;
}
.TagClassName
{
border-color: #01E2DD;
}
</style>