Shades of Bright Turquoise #01EFD4
Tints of Bright Turquoise #01EFD4
RGB
CMYK
RGB Variations
Color information
#01EFD4 (or 0x01EFD4) is known color: Bright Turquoise. HEX triplet: 01, EF and D4. RGB value is (1,239,212). Sum of RGB (Red+Green+Blue) = 1+239+212=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EFD4 is #FE102B. Grayscale: #A4A4A4. Windows color (decimal): -16650284 or 13954817. OLE color: 13954817.
HSL color Cylindrical-coordinate representation of color #01EFD4: hue angle of 173.19º 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 #01EFD4 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 212 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.06 |
| HSL | 173.19º | 0.99% | 0.47% | - |
| HSV(B) | 173.19º | 1% | 0.94% | - |
| XYZ | 42.76 | 66.49 | 72.87 | - |
| YUV | 164.76 | 154.65 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 212 | 1.00 | 0 | 0.11 | 0.06 | 173.19 | 0.99 | 0.47 |
| Hex | 1 | EF | D4 | 64 | 0 | B | 6 | AD | 63 | 2F |
| Octal | 1 | 357 | 324 | 144 | 0 | 13 | 6 | 255 | 143 | 57 |
| Binary | 1 | 11101111 | 11010100 | 1100100 | 0 | 1011 | 110 | 10101101 | 1100011 | 101111 |
Color Harmonies of #01EFD4
Complementary color
Monochromatic Colors of #01EFD4
Black with #01EFD4
Text Example
Text Example
White with #01EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFD4; }
p { color: rgb(1,239,212); }
H1.HeaderClassName
{
color: #01EFD4;
}
.AnyTagClassName
{
color: #01EFD4;
}
</style>
background-color css
<style>
a { background-color: #01EFD4; }
a { background-color: rgb(1,239,212); }
div.DivClassName
{
background-color: #01EFD4;
}
.BgClassName
{
background-color: #01EFD4;
}
</style>
border-color css
<style>
span { border-color: #01EFD4; }
span { border-color: rgb(1,239,212); }
td.TdClassName
{
border-color: #01EFD4;
}
.TagClassName
{
border-color: #01EFD4;
}
</style>