Shades of Bright Turquoise #01E8EE
Tints of Bright Turquoise #01E8EE
RGB
CMYK
RGB Variations
Color information
#01E8EE (or 0x01E8EE) is known color: Bright Turquoise. HEX triplet: 01, E8 and EE. RGB value is (1,232,238). Sum of RGB (Red+Green+Blue) = 1+232+238=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #01E8EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E8EE is #FE1711. Grayscale: #A3A3A3. Windows color (decimal): -16652050 or 15656961. OLE color: 15656961.
HSL color Cylindrical-coordinate representation of color #01E8EE: hue angle of 181.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E8EE is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 232 | 238 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.07 |
| HSL | 181.52º | 0.99% | 0.47% | - |
| HSV(B) | 181.52º | 1% | 0.93% | - |
| XYZ | 44.3 | 63.89 | 90.89 | - |
| YUV | 163.62 | 169.97 | 12.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 238 | 1.00 | 0.03 | 0 | 0.07 | 181.52 | 0.99 | 0.47 |
| Hex | 1 | E8 | EE | 64 | 3 | 0 | 7 | B6 | 63 | 2F |
| Octal | 1 | 350 | 356 | 144 | 3 | 0 | 7 | 266 | 143 | 57 |
| Binary | 1 | 11101000 | 11101110 | 1100100 | 11 | 0 | 111 | 10110110 | 1100011 | 101111 |
Color Harmonies of #01E8EE
Complementary color
Monochromatic Colors of #01E8EE
Black with #01E8EE
Text Example
Text Example
White with #01E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E8EE; }
p { color: rgb(1,232,238); }
H1.HeaderClassName
{
color: #01E8EE;
}
.AnyTagClassName
{
color: #01E8EE;
}
</style>
background-color css
<style>
a { background-color: #01E8EE; }
a { background-color: rgb(1,232,238); }
div.DivClassName
{
background-color: #01E8EE;
}
.BgClassName
{
background-color: #01E8EE;
}
</style>
border-color css
<style>
span { border-color: #01E8EE; }
span { border-color: rgb(1,232,238); }
td.TdClassName
{
border-color: #01E8EE;
}
.TagClassName
{
border-color: #01E8EE;
}
</style>