Shades of Bright Turquoise #01E7DC
Tints of Bright Turquoise #01E7DC
RGB
CMYK
RGB Variations
Color information
#01E7DC (or 0x01E7DC) is known color: Bright Turquoise. HEX triplet: 01, E7 and DC. RGB value is (1,231,220). Sum of RGB (Red+Green+Blue) = 1+231+220=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #01E7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E7DC is #FE1823. Grayscale: #A0A0A0. Windows color (decimal): -16652324 or 14477057. OLE color: 14477057.
HSL color Cylindrical-coordinate representation of color #01E7DC: hue angle of 177.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E7DC is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 220 | - |
| CMYK | 1.00 | 0 | 0.05 | 0.09 |
| HSL | 177.13º | 0.99% | 0.45% | - |
| HSV(B) | 177.13º | 1% | 0.91% | - |
| XYZ | 41.51 | 62.33 | 77.55 | - |
| YUV | 160.98 | 161.3 | 13.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 220 | 1.00 | 0 | 0.05 | 0.09 | 177.13 | 0.99 | 0.45 |
| Hex | 1 | E7 | DC | 64 | 0 | 5 | 9 | B1 | 63 | 2D |
| Octal | 1 | 347 | 334 | 144 | 0 | 5 | 11 | 261 | 143 | 55 |
| Binary | 1 | 11100111 | 11011100 | 1100100 | 0 | 101 | 1001 | 10110001 | 1100011 | 101101 |
Color Harmonies of #01E7DC
Complementary color
Monochromatic Colors of #01E7DC
Black with #01E7DC
Text Example
Text Example
White with #01E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E7DC; }
p { color: rgb(1,231,220); }
H1.HeaderClassName
{
color: #01E7DC;
}
.AnyTagClassName
{
color: #01E7DC;
}
</style>
background-color css
<style>
a { background-color: #01E7DC; }
a { background-color: rgb(1,231,220); }
div.DivClassName
{
background-color: #01E7DC;
}
.BgClassName
{
background-color: #01E7DC;
}
</style>
border-color css
<style>
span { border-color: #01E7DC; }
span { border-color: rgb(1,231,220); }
td.TdClassName
{
border-color: #01E7DC;
}
.TagClassName
{
border-color: #01E7DC;
}
</style>