Shades of Bright Turquoise #01EFE7
Tints of Bright Turquoise #01EFE7
RGB
CMYK
RGB Variations
Color information
#01EFE7 (or 0x01EFE7) is known color: Bright Turquoise. HEX triplet: 01, EF and E7. RGB value is (1,239,231). Sum of RGB (Red+Green+Blue) = 1+239+231=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFE7 is #FE1018. Grayscale: #A6A6A6. Windows color (decimal): -16650265 or 15200001. OLE color: 15200001.
HSL color Cylindrical-coordinate representation of color #01EFE7: hue angle of 177.98º 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 #01EFE7 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 231 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.06 |
| HSL | 177.98º | 0.99% | 0.47% | - |
| HSV(B) | 177.98º | 1% | 0.94% | - |
| XYZ | 45.3 | 67.51 | 86.24 | - |
| YUV | 166.93 | 164.15 | 9.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 231 | 1.00 | 0 | 0.03 | 0.06 | 177.98 | 0.99 | 0.47 |
| Hex | 1 | EF | E7 | 64 | 0 | 3 | 6 | B2 | 63 | 2F |
| Octal | 1 | 357 | 347 | 144 | 0 | 3 | 6 | 262 | 143 | 57 |
| Binary | 1 | 11101111 | 11100111 | 1100100 | 0 | 11 | 110 | 10110010 | 1100011 | 101111 |
Color Harmonies of #01EFE7
Complementary color
Monochromatic Colors of #01EFE7
Black with #01EFE7
Text Example
Text Example
White with #01EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFE7; }
p { color: rgb(1,239,231); }
H1.HeaderClassName
{
color: #01EFE7;
}
.AnyTagClassName
{
color: #01EFE7;
}
</style>
background-color css
<style>
a { background-color: #01EFE7; }
a { background-color: rgb(1,239,231); }
div.DivClassName
{
background-color: #01EFE7;
}
.BgClassName
{
background-color: #01EFE7;
}
</style>
border-color css
<style>
span { border-color: #01EFE7; }
span { border-color: rgb(1,239,231); }
td.TdClassName
{
border-color: #01EFE7;
}
.TagClassName
{
border-color: #01EFE7;
}
</style>