Shades of Bright Turquoise #01E9D6
Tints of Bright Turquoise #01E9D6
RGB
CMYK
RGB Variations
Color information
#01E9D6 (or 0x01E9D6) is known color: Bright Turquoise. HEX triplet: 01, E9 and D6. RGB value is (1,233,214). Sum of RGB (Red+Green+Blue) = 1+233+214=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9D6 is #FE1629. Grayscale: #A1A1A1. Windows color (decimal): -16651818 or 14084353. OLE color: 14084353.
HSL color Cylindrical-coordinate representation of color #01E9D6: hue angle of 175.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E9D6 is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 214 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.09 |
| HSL | 175.09º | 0.99% | 0.46% | - |
| HSV(B) | 175.09º | 1% | 0.91% | - |
| XYZ | 41.29 | 63.14 | 73.63 | - |
| YUV | 161.47 | 157.64 | 13.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 214 | 1.00 | 0 | 0.08 | 0.09 | 175.09 | 0.99 | 0.46 |
| Hex | 1 | E9 | D6 | 64 | 0 | 8 | 9 | AF | 63 | 2E |
| Octal | 1 | 351 | 326 | 144 | 0 | 10 | 11 | 257 | 143 | 56 |
| Binary | 1 | 11101001 | 11010110 | 1100100 | 0 | 1000 | 1001 | 10101111 | 1100011 | 101110 |
Color Harmonies of #01E9D6
Complementary color
Monochromatic Colors of #01E9D6
Black with #01E9D6
Text Example
Text Example
White with #01E9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E9D6; }
p { color: rgb(1,233,214); }
H1.HeaderClassName
{
color: #01E9D6;
}
.AnyTagClassName
{
color: #01E9D6;
}
</style>
background-color css
<style>
a { background-color: #01E9D6; }
a { background-color: rgb(1,233,214); }
div.DivClassName
{
background-color: #01E9D6;
}
.BgClassName
{
background-color: #01E9D6;
}
</style>
border-color css
<style>
span { border-color: #01E9D6; }
span { border-color: rgb(1,233,214); }
td.TdClassName
{
border-color: #01E9D6;
}
.TagClassName
{
border-color: #01E9D6;
}
</style>