Shades of Bright Turquoise #01EFC3
Tints of Bright Turquoise #01EFC3
RGB
CMYK
RGB Variations
Color information
#01EFC3 (or 0x01EFC3) is known color: Bright Turquoise. HEX triplet: 01, EF and C3. RGB value is (1,239,195). Sum of RGB (Red+Green+Blue) = 1+239+195=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EFC3 is #FE103C. Grayscale: #A2A2A2. Windows color (decimal): -16650301 or 12840705. OLE color: 12840705.
HSL color Cylindrical-coordinate representation of color #01EFC3: hue angle of 168.91º 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 #01EFC3 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 195 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.06 |
| HSL | 168.91º | 0.99% | 0.47% | - |
| HSV(B) | 168.91º | 1% | 0.94% | - |
| XYZ | 40.73 | 65.68 | 62.16 | - |
| YUV | 162.82 | 146.15 | 12.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 195 | 1.00 | 0 | 0.18 | 0.06 | 168.91 | 0.99 | 0.47 |
| Hex | 1 | EF | C3 | 64 | 0 | 12 | 6 | A9 | 63 | 2F |
| Octal | 1 | 357 | 303 | 144 | 0 | 22 | 6 | 251 | 143 | 57 |
| Binary | 1 | 11101111 | 11000011 | 1100100 | 0 | 10010 | 110 | 10101001 | 1100011 | 101111 |
Color Harmonies of #01EFC3
Complementary color
Monochromatic Colors of #01EFC3
Black with #01EFC3
Text Example
Text Example
White with #01EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFC3; }
p { color: rgb(1,239,195); }
H1.HeaderClassName
{
color: #01EFC3;
}
.AnyTagClassName
{
color: #01EFC3;
}
</style>
background-color css
<style>
a { background-color: #01EFC3; }
a { background-color: rgb(1,239,195); }
div.DivClassName
{
background-color: #01EFC3;
}
.BgClassName
{
background-color: #01EFC3;
}
</style>
border-color css
<style>
span { border-color: #01EFC3; }
span { border-color: rgb(1,239,195); }
td.TdClassName
{
border-color: #01EFC3;
}
.TagClassName
{
border-color: #01EFC3;
}
</style>