Shades of Bright Turquoise #01F0C0
Tints of Bright Turquoise #01F0C0
RGB
CMYK
RGB Variations
Color information
#01F0C0 (or 0x01F0C0) is known color: Bright Turquoise. HEX triplet: 01, F0 and C0. RGB value is (1,240,192). Sum of RGB (Red+Green+Blue) = 1+240+192=433 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #01F0C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F0C0 is #FE0F3F. Grayscale: #A3A3A3. Windows color (decimal): -16650048 or 12644353. OLE color: 12644353.
HSL color Cylindrical-coordinate representation of color #01F0C0: hue angle of 167.95º 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 #01F0C0 is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 240 | 192 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.06 |
| HSL | 167.95º | 0.99% | 0.47% | - |
| HSV(B) | 167.95º | 1% | 0.94% | - |
| XYZ | 40.69 | 66.13 | 60.49 | - |
| YUV | 163.07 | 144.32 | 12.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 240 | 192 | 1.00 | 0 | 0.20 | 0.06 | 167.95 | 0.99 | 0.47 |
| Hex | 1 | F0 | C0 | 64 | 0 | 14 | 6 | A8 | 63 | 2F |
| Octal | 1 | 360 | 300 | 144 | 0 | 24 | 6 | 250 | 143 | 57 |
| Binary | 1 | 11110000 | 11000000 | 1100100 | 0 | 10100 | 110 | 10101000 | 1100011 | 101111 |
Color Harmonies of #01F0C0
Complementary color
Monochromatic Colors of #01F0C0
Black with #01F0C0
Text Example
Text Example
White with #01F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F0C0; }
p { color: rgb(1,240,192); }
H1.HeaderClassName
{
color: #01F0C0;
}
.AnyTagClassName
{
color: #01F0C0;
}
</style>
background-color css
<style>
a { background-color: #01F0C0; }
a { background-color: rgb(1,240,192); }
div.DivClassName
{
background-color: #01F0C0;
}
.BgClassName
{
background-color: #01F0C0;
}
</style>
border-color css
<style>
span { border-color: #01F0C0; }
span { border-color: rgb(1,240,192); }
td.TdClassName
{
border-color: #01F0C0;
}
.TagClassName
{
border-color: #01F0C0;
}
</style>