Shades of Bright Turquoise #01EDF1
Tints of Bright Turquoise #01EDF1
RGB
CMYK
RGB Variations
Color information
#01EDF1 (or 0x01EDF1) is known color: Bright Turquoise. HEX triplet: 01, ED and F1. RGB value is (1,237,241). Sum of RGB (Red+Green+Blue) = 1+237+241=479 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #01EDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EDF1 is #FE120E. Grayscale: #A6A6A6. Windows color (decimal): -16650767 or 15854849. OLE color: 15854849.
HSL color Cylindrical-coordinate representation of color #01EDF1: hue angle of 181º 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 #01EDF1 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 237 | 241 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.05 |
| HSL | 181º | 0.99% | 0.47% | - |
| HSV(B) | 181º | 1% | 0.95% | - |
| XYZ | 46.17 | 66.93 | 93.7 | - |
| YUV | 166.89 | 169.81 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 237 | 241 | 1.00 | 0.02 | 0 | 0.05 | 181 | 0.99 | 0.47 |
| Hex | 1 | ED | F1 | 64 | 2 | 0 | 5 | B5 | 63 | 2F |
| Octal | 1 | 355 | 361 | 144 | 2 | 0 | 5 | 265 | 143 | 57 |
| Binary | 1 | 11101101 | 11110001 | 1100100 | 10 | 0 | 101 | 10110101 | 1100011 | 101111 |
Color Harmonies of #01EDF1
Complementary color
Monochromatic Colors of #01EDF1
Black with #01EDF1
Text Example
Text Example
White with #01EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EDF1; }
p { color: rgb(1,237,241); }
H1.HeaderClassName
{
color: #01EDF1;
}
.AnyTagClassName
{
color: #01EDF1;
}
</style>
background-color css
<style>
a { background-color: #01EDF1; }
a { background-color: rgb(1,237,241); }
div.DivClassName
{
background-color: #01EDF1;
}
.BgClassName
{
background-color: #01EDF1;
}
</style>
border-color css
<style>
span { border-color: #01EDF1; }
span { border-color: rgb(1,237,241); }
td.TdClassName
{
border-color: #01EDF1;
}
.TagClassName
{
border-color: #01EDF1;
}
</style>