Shades of Bright Turquoise #01F8C1
Tints of Bright Turquoise #01F8C1
RGB
CMYK
RGB Variations
Color information
#01F8C1 (or 0x01F8C1) is known color: Bright Turquoise. HEX triplet: 01, F8 and C1. RGB value is (1,248,193). Sum of RGB (Red+Green+Blue) = 1+248+193=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #01F8C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F8C1 is #FE073E. Grayscale: #A7A7A7. Windows color (decimal): -16647999 or 12711937. OLE color: 12711937.
HSL color Cylindrical-coordinate representation of color #01F8C1: hue angle of 166.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F8C1 is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 248 | 193 | - |
| CMYK | 1.00 | 0 | 0.22 | 0.03 |
| HSL | 166.64º | 0.99% | 0.49% | - |
| HSV(B) | 166.64º | 1% | 0.97% | - |
| XYZ | 43.21 | 70.99 | 61.88 | - |
| YUV | 167.88 | 142.17 | 8.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 248 | 193 | 1.00 | 0 | 0.22 | 0.03 | 166.64 | 0.99 | 0.49 |
| Hex | 1 | F8 | C1 | 64 | 0 | 16 | 3 | A7 | 63 | 31 |
| Octal | 1 | 370 | 301 | 144 | 0 | 26 | 3 | 247 | 143 | 61 |
| Binary | 1 | 11111000 | 11000001 | 1100100 | 0 | 10110 | 11 | 10100111 | 1100011 | 110001 |
Color Harmonies of #01F8C1
Complementary color
Monochromatic Colors of #01F8C1
Black with #01F8C1
Text Example
Text Example
White with #01F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F8C1; }
p { color: rgb(1,248,193); }
H1.HeaderClassName
{
color: #01F8C1;
}
.AnyTagClassName
{
color: #01F8C1;
}
</style>
background-color css
<style>
a { background-color: #01F8C1; }
a { background-color: rgb(1,248,193); }
div.DivClassName
{
background-color: #01F8C1;
}
.BgClassName
{
background-color: #01F8C1;
}
</style>
border-color css
<style>
span { border-color: #01F8C1; }
span { border-color: rgb(1,248,193); }
td.TdClassName
{
border-color: #01F8C1;
}
.TagClassName
{
border-color: #01F8C1;
}
</style>