Shades of Bright Turquoise #01EFE0
Tints of Bright Turquoise #01EFE0
RGB
CMYK
RGB Variations
Color information
#01EFE0 (or 0x01EFE0) is known color: Bright Turquoise. HEX triplet: 01, EF and E0. RGB value is (1,239,224). Sum of RGB (Red+Green+Blue) = 1+239+224=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EFE0 is #FE101F. Grayscale: #A5A5A5. Windows color (decimal): -16650272 or 14741249. OLE color: 14741249.
HSL color Cylindrical-coordinate representation of color #01EFE0: hue angle of 176.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFE0 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 224 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.06 |
| HSL | 176.22º | 0.99% | 0.47% | - |
| HSV(B) | 176.22º | 1% | 0.94% | - |
| XYZ | 44.33 | 67.12 | 81.14 | - |
| YUV | 166.13 | 160.65 | 10.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 224 | 1.00 | 0 | 0.06 | 0.06 | 176.22 | 0.99 | 0.47 |
| Hex | 1 | EF | E0 | 64 | 0 | 6 | 6 | B0 | 63 | 2F |
| Octal | 1 | 357 | 340 | 144 | 0 | 6 | 6 | 260 | 143 | 57 |
| Binary | 1 | 11101111 | 11100000 | 1100100 | 0 | 110 | 110 | 10110000 | 1100011 | 101111 |
Color Harmonies of #01EFE0
Complementary color
Monochromatic Colors of #01EFE0
Black with #01EFE0
Text Example
Text Example
White with #01EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFE0; }
p { color: rgb(1,239,224); }
H1.HeaderClassName
{
color: #01EFE0;
}
.AnyTagClassName
{
color: #01EFE0;
}
</style>
background-color css
<style>
a { background-color: #01EFE0; }
a { background-color: rgb(1,239,224); }
div.DivClassName
{
background-color: #01EFE0;
}
.BgClassName
{
background-color: #01EFE0;
}
</style>
border-color css
<style>
span { border-color: #01EFE0; }
span { border-color: rgb(1,239,224); }
td.TdClassName
{
border-color: #01EFE0;
}
.TagClassName
{
border-color: #01EFE0;
}
</style>