Shades of Bright Turquoise #01EFE1
Tints of Bright Turquoise #01EFE1
RGB
CMYK
RGB Variations
Color information
#01EFE1 (or 0x01EFE1) is known color: Bright Turquoise. HEX triplet: 01, EF and E1. RGB value is (1,239,225). Sum of RGB (Red+Green+Blue) = 1+239+225=465 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EFE1 is #FE101E. Grayscale: #A6A6A6. Windows color (decimal): -16650271 or 14806785. OLE color: 14806785.
HSL color Cylindrical-coordinate representation of color #01EFE1: hue angle of 176.47º 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 #01EFE1 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 225 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.06 |
| HSL | 176.47º | 0.99% | 0.47% | - |
| HSV(B) | 176.47º | 1% | 0.94% | - |
| XYZ | 44.47 | 67.18 | 81.86 | - |
| YUV | 166.24 | 161.15 | 10.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 225 | 1.00 | 0 | 0.06 | 0.06 | 176.47 | 0.99 | 0.47 |
| Hex | 1 | EF | E1 | 64 | 0 | 6 | 6 | B0 | 63 | 2F |
| Octal | 1 | 357 | 341 | 144 | 0 | 6 | 6 | 260 | 143 | 57 |
| Binary | 1 | 11101111 | 11100001 | 1100100 | 0 | 110 | 110 | 10110000 | 1100011 | 101111 |
Color Harmonies of #01EFE1
Complementary color
Monochromatic Colors of #01EFE1
Black with #01EFE1
Text Example
Text Example
White with #01EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFE1; }
p { color: rgb(1,239,225); }
H1.HeaderClassName
{
color: #01EFE1;
}
.AnyTagClassName
{
color: #01EFE1;
}
</style>
background-color css
<style>
a { background-color: #01EFE1; }
a { background-color: rgb(1,239,225); }
div.DivClassName
{
background-color: #01EFE1;
}
.BgClassName
{
background-color: #01EFE1;
}
</style>
border-color css
<style>
span { border-color: #01EFE1; }
span { border-color: rgb(1,239,225); }
td.TdClassName
{
border-color: #01EFE1;
}
.TagClassName
{
border-color: #01EFE1;
}
</style>