Shades of Bright Turquoise #01F0BE
Tints of Bright Turquoise #01F0BE
RGB
CMYK
RGB Variations
Color information
#01F0BE (or 0x01F0BE) is known color: Bright Turquoise. HEX triplet: 01, F0 and BE. RGB value is (1,240,190). Sum of RGB (Red+Green+Blue) = 1+240+190=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #01F0BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F0BE is #FE0F41. Grayscale: #A2A2A2. Windows color (decimal): -16650050 or 12513281. OLE color: 12513281.
HSL color Cylindrical-coordinate representation of color #01F0BE: hue angle of 167.45º 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 #01F0BE is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 190 | - |
| CMYK | 1.00 | 0 | 0.21 | 0.06 |
| HSL | 167.45º | 0.99% | 0.47% | - |
| HSV(B) | 167.45º | 1% | 0.94% | - |
| XYZ | 40.47 | 66.04 | 59.33 | - |
| YUV | 162.84 | 143.32 | 12.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 190 | 1.00 | 0 | 0.21 | 0.06 | 167.45 | 0.99 | 0.47 |
| Hex | 1 | F0 | BE | 64 | 0 | 15 | 6 | A7 | 63 | 2F |
| Octal | 1 | 360 | 276 | 144 | 0 | 25 | 6 | 247 | 143 | 57 |
| Binary | 1 | 11110000 | 10111110 | 1100100 | 0 | 10101 | 110 | 10100111 | 1100011 | 101111 |
Color Harmonies of #01F0BE
Complementary color
Monochromatic Colors of #01F0BE
Black with #01F0BE
Text Example
Text Example
White with #01F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F0BE; }
p { color: rgb(1,240,190); }
H1.HeaderClassName
{
color: #01F0BE;
}
.AnyTagClassName
{
color: #01F0BE;
}
</style>
background-color css
<style>
a { background-color: #01F0BE; }
a { background-color: rgb(1,240,190); }
div.DivClassName
{
background-color: #01F0BE;
}
.BgClassName
{
background-color: #01F0BE;
}
</style>
border-color css
<style>
span { border-color: #01F0BE; }
span { border-color: rgb(1,240,190); }
td.TdClassName
{
border-color: #01F0BE;
}
.TagClassName
{
border-color: #01F0BE;
}
</style>