Shades of Bright Turquoise #01ECF1
Tints of Bright Turquoise #01ECF1
RGB
CMYK
RGB Variations
Color information
#01ECF1 (or 0x01ECF1) is known color: Bright Turquoise. HEX triplet: 01, EC and F1. RGB value is (1,236,241). Sum of RGB (Red+Green+Blue) = 1+236+241=478 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #01ECF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01ECF1 is #FE130E. Grayscale: #A6A6A6. Windows color (decimal): -16651023 or 15854593. OLE color: 15854593.
HSL color Cylindrical-coordinate representation of color #01ECF1: hue angle of 181.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECF1 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 236 | 241 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.05 |
| HSL | 181.25º | 0.99% | 0.47% | - |
| HSV(B) | 181.25º | 1% | 0.95% | - |
| XYZ | 45.89 | 66.35 | 93.61 | - |
| YUV | 166.31 | 170.14 | 10.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 241 | 1.00 | 0.02 | 0 | 0.05 | 181.25 | 0.99 | 0.47 |
| Hex | 1 | EC | F1 | 64 | 2 | 0 | 5 | B5 | 63 | 2F |
| Octal | 1 | 354 | 361 | 144 | 2 | 0 | 5 | 265 | 143 | 57 |
| Binary | 1 | 11101100 | 11110001 | 1100100 | 10 | 0 | 101 | 10110101 | 1100011 | 101111 |
Color Harmonies of #01ECF1
Complementary color
Monochromatic Colors of #01ECF1
Black with #01ECF1
Text Example
Text Example
White with #01ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECF1; }
p { color: rgb(1,236,241); }
H1.HeaderClassName
{
color: #01ECF1;
}
.AnyTagClassName
{
color: #01ECF1;
}
</style>
background-color css
<style>
a { background-color: #01ECF1; }
a { background-color: rgb(1,236,241); }
div.DivClassName
{
background-color: #01ECF1;
}
.BgClassName
{
background-color: #01ECF1;
}
</style>
border-color css
<style>
span { border-color: #01ECF1; }
span { border-color: rgb(1,236,241); }
td.TdClassName
{
border-color: #01ECF1;
}
.TagClassName
{
border-color: #01ECF1;
}
</style>