Shades of Bright Turquoise #01EFE8
Tints of Bright Turquoise #01EFE8
RGB
CMYK
RGB Variations
Color information
#01EFE8 (or 0x01EFE8) is known color: Bright Turquoise. HEX triplet: 01, EF and E8. RGB value is (1,239,232). Sum of RGB (Red+Green+Blue) = 1+239+232=472 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFE8 is #FE1017. Grayscale: #A6A6A6. Windows color (decimal): -16650264 or 15265537. OLE color: 15265537.
HSL color Cylindrical-coordinate representation of color #01EFE8: hue angle of 178.24º 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 #01EFE8 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 232 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.06 |
| HSL | 178.24º | 0.99% | 0.47% | - |
| HSV(B) | 178.24º | 1% | 0.94% | - |
| XYZ | 45.44 | 67.57 | 86.99 | - |
| YUV | 167.04 | 164.65 | 9.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 232 | 1.00 | 0 | 0.03 | 0.06 | 178.24 | 0.99 | 0.47 |
| Hex | 1 | EF | E8 | 64 | 0 | 3 | 6 | B2 | 63 | 2F |
| Octal | 1 | 357 | 350 | 144 | 0 | 3 | 6 | 262 | 143 | 57 |
| Binary | 1 | 11101111 | 11101000 | 1100100 | 0 | 11 | 110 | 10110010 | 1100011 | 101111 |
Color Harmonies of #01EFE8
Complementary color
Monochromatic Colors of #01EFE8
Black with #01EFE8
Text Example
Text Example
White with #01EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFE8; }
p { color: rgb(1,239,232); }
H1.HeaderClassName
{
color: #01EFE8;
}
.AnyTagClassName
{
color: #01EFE8;
}
</style>
background-color css
<style>
a { background-color: #01EFE8; }
a { background-color: rgb(1,239,232); }
div.DivClassName
{
background-color: #01EFE8;
}
.BgClassName
{
background-color: #01EFE8;
}
</style>
border-color css
<style>
span { border-color: #01EFE8; }
span { border-color: rgb(1,239,232); }
td.TdClassName
{
border-color: #01EFE8;
}
.TagClassName
{
border-color: #01EFE8;
}
</style>