Shades of Bright Turquoise #01E9E3
Tints of Bright Turquoise #01E9E3
RGB
CMYK
RGB Variations
Color information
#01E9E3 (or 0x01E9E3) is known color: Bright Turquoise. HEX triplet: 01, E9 and E3. RGB value is (1,233,227). Sum of RGB (Red+Green+Blue) = 1+233+227=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9E3 is #FE161C. Grayscale: #A2A2A2. Windows color (decimal): -16651805 or 14936321. OLE color: 14936321.
HSL color Cylindrical-coordinate representation of color #01E9E3: hue angle of 178.45º 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 #01E9E3 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 227 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.09 |
| HSL | 178.45º | 0.99% | 0.46% | - |
| HSV(B) | 178.45º | 1% | 0.91% | - |
| XYZ | 43.02 | 63.83 | 82.73 | - |
| YUV | 162.95 | 164.14 | 12.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 227 | 1.00 | 0 | 0.03 | 0.09 | 178.45 | 0.99 | 0.46 |
| Hex | 1 | E9 | E3 | 64 | 0 | 3 | 9 | B2 | 63 | 2E |
| Octal | 1 | 351 | 343 | 144 | 0 | 3 | 11 | 262 | 143 | 56 |
| Binary | 1 | 11101001 | 11100011 | 1100100 | 0 | 11 | 1001 | 10110010 | 1100011 | 101110 |
Color Harmonies of #01E9E3
Complementary color
Monochromatic Colors of #01E9E3
Black with #01E9E3
Text Example
Text Example
White with #01E9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E9E3; }
p { color: rgb(1,233,227); }
H1.HeaderClassName
{
color: #01E9E3;
}
.AnyTagClassName
{
color: #01E9E3;
}
</style>
background-color css
<style>
a { background-color: #01E9E3; }
a { background-color: rgb(1,233,227); }
div.DivClassName
{
background-color: #01E9E3;
}
.BgClassName
{
background-color: #01E9E3;
}
</style>
border-color css
<style>
span { border-color: #01E9E3; }
span { border-color: rgb(1,233,227); }
td.TdClassName
{
border-color: #01E9E3;
}
.TagClassName
{
border-color: #01E9E3;
}
</style>