Shades of Bright Turquoise #01E7E6
Tints of Bright Turquoise #01E7E6
RGB
CMYK
RGB Variations
Color information
#01E7E6 (or 0x01E7E6) is known color: Bright Turquoise. HEX triplet: 01, E7 and E6. RGB value is (1,231,230). Sum of RGB (Red+Green+Blue) = 1+231+230=462 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #01E7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E7E6 is #FE1819. Grayscale: #A1A1A1. Windows color (decimal): -16652314 or 15132417. OLE color: 15132417.
HSL color Cylindrical-coordinate representation of color #01E7E6: hue angle of 179.74º 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 #01E7E6 is Cyan = 1.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 230 | - |
| CMYK | 1.00 | 0 | 0.00 | 0.09 |
| HSL | 179.74º | 0.99% | 0.45% | - |
| HSV(B) | 179.74º | 1% | 0.91% | - |
| XYZ | 42.87 | 62.87 | 84.74 | - |
| YUV | 162.12 | 166.3 | 13.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 230 | 1.00 | 0 | 0.00 | 0.09 | 179.74 | 0.99 | 0.45 |
| Hex | 1 | E7 | E6 | 64 | 0 | 0 | 9 | B4 | 63 | 2D |
| Octal | 1 | 347 | 346 | 144 | 0 | 0 | 11 | 264 | 143 | 55 |
| Binary | 1 | 11100111 | 11100110 | 1100100 | 0 | 0 | 1001 | 10110100 | 1100011 | 101101 |
Color Harmonies of #01E7E6
Complementary color
Monochromatic Colors of #01E7E6
Black with #01E7E6
Text Example
Text Example
White with #01E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E7E6; }
p { color: rgb(1,231,230); }
H1.HeaderClassName
{
color: #01E7E6;
}
.AnyTagClassName
{
color: #01E7E6;
}
</style>
background-color css
<style>
a { background-color: #01E7E6; }
a { background-color: rgb(1,231,230); }
div.DivClassName
{
background-color: #01E7E6;
}
.BgClassName
{
background-color: #01E7E6;
}
</style>
border-color css
<style>
span { border-color: #01E7E6; }
span { border-color: rgb(1,231,230); }
td.TdClassName
{
border-color: #01E7E6;
}
.TagClassName
{
border-color: #01E7E6;
}
</style>