Shades of Bright Turquoise #01E1EA
Tints of Bright Turquoise #01E1EA
RGB
CMYK
RGB Variations
Color information
#01E1EA (or 0x01E1EA) is known color: Bright Turquoise. HEX triplet: 01, E1 and EA. RGB value is (1,225,234). Sum of RGB (Red+Green+Blue) = 1+225+234=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #01E1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E1EA is #FE1E15. Grayscale: #9E9E9E. Windows color (decimal): -16653846 or 15393025. OLE color: 15393025.
HSL color Cylindrical-coordinate representation of color #01E1EA: hue angle of 182.32º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E1EA is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 225 | 234 | - |
| CMYK | 1.00 | 0.04 | 0 | 0.08 |
| HSL | 182.32º | 0.99% | 0.46% | - |
| HSV(B) | 182.32º | 1% | 0.92% | - |
| XYZ | 41.79 | 59.8 | 87.18 | - |
| YUV | 159.05 | 170.29 | 15.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 234 | 1.00 | 0.04 | 0 | 0.08 | 182.32 | 0.99 | 0.46 |
| Hex | 1 | E1 | EA | 64 | 4 | 0 | 8 | B6 | 63 | 2E |
| Octal | 1 | 341 | 352 | 144 | 4 | 0 | 10 | 266 | 143 | 56 |
| Binary | 1 | 11100001 | 11101010 | 1100100 | 100 | 0 | 1000 | 10110110 | 1100011 | 101110 |
Color Harmonies of #01E1EA
Complementary color
Monochromatic Colors of #01E1EA
Black with #01E1EA
Text Example
Text Example
White with #01E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E1EA; }
p { color: rgb(1,225,234); }
H1.HeaderClassName
{
color: #01E1EA;
}
.AnyTagClassName
{
color: #01E1EA;
}
</style>
background-color css
<style>
a { background-color: #01E1EA; }
a { background-color: rgb(1,225,234); }
div.DivClassName
{
background-color: #01E1EA;
}
.BgClassName
{
background-color: #01E1EA;
}
</style>
border-color css
<style>
span { border-color: #01E1EA; }
span { border-color: rgb(1,225,234); }
td.TdClassName
{
border-color: #01E1EA;
}
.TagClassName
{
border-color: #01E1EA;
}
</style>