Shades of Bright Turquoise #01E6D5
Tints of Bright Turquoise #01E6D5
RGB
CMYK
RGB Variations
Color information
#01E6D5 (or 0x01E6D5) is known color: Bright Turquoise. HEX triplet: 01, E6 and D5. RGB value is (1,230,213). Sum of RGB (Red+Green+Blue) = 1+230+213=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #01E6D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E6D5 is #FE192A. Grayscale: #9F9F9F. Windows color (decimal): -16652587 or 14018049. OLE color: 14018049.
HSL color Cylindrical-coordinate representation of color #01E6D5: hue angle of 175.55º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E6D5 is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 213 | - |
| CMYK | 1.00 | 0 | 0.07 | 0.10 |
| HSL | 175.55º | 0.99% | 0.45% | - |
| HSV(B) | 175.55º | 1% | 0.9% | - |
| XYZ | 40.32 | 61.4 | 72.68 | - |
| YUV | 159.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 213 | 1.00 | 0 | 0.07 | 0.10 | 175.55 | 0.99 | 0.45 |
| Hex | 1 | E6 | D5 | 64 | 0 | 7 | A | B0 | 63 | 2D |
| Octal | 1 | 346 | 325 | 144 | 0 | 7 | 12 | 260 | 143 | 55 |
| Binary | 1 | 11100110 | 11010101 | 1100100 | 0 | 111 | 1010 | 10110000 | 1100011 | 101101 |
Color Harmonies of #01E6D5
Complementary color
Monochromatic Colors of #01E6D5
Black with #01E6D5
Text Example
Text Example
White with #01E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E6D5; }
p { color: rgb(1,230,213); }
H1.HeaderClassName
{
color: #01E6D5;
}
.AnyTagClassName
{
color: #01E6D5;
}
</style>
background-color css
<style>
a { background-color: #01E6D5; }
a { background-color: rgb(1,230,213); }
div.DivClassName
{
background-color: #01E6D5;
}
.BgClassName
{
background-color: #01E6D5;
}
</style>
border-color css
<style>
span { border-color: #01E6D5; }
span { border-color: rgb(1,230,213); }
td.TdClassName
{
border-color: #01E6D5;
}
.TagClassName
{
border-color: #01E6D5;
}
</style>