Shades of Bright Turquoise #01FBC0
Tints of Bright Turquoise #01FBC0
RGB
CMYK
RGB Variations
Color information
#01FBC0 (or 0x01FBC0) is known color: Bright Turquoise. HEX triplet: 01, FB and C0. RGB value is (1,251,192). Sum of RGB (Red+Green+Blue) = 1+251+192=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FBC0 is #FE043F. Grayscale: #A9A9A9. Windows color (decimal): -16647232 or 12647169. OLE color: 12647169.
HSL color Cylindrical-coordinate representation of color #01FBC0: hue angle of 165.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FBC0 is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 192 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.02 |
| HSL | 165.84º | 0.99% | 0.49% | - |
| HSV(B) | 165.84º | 1% | 0.98% | - |
| XYZ | 44.02 | 72.81 | 61.6 | - |
| YUV | 169.52 | 140.68 | 7.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 192 | 1.00 | 0 | 0.24 | 0.02 | 165.84 | 0.99 | 0.49 |
| Hex | 1 | FB | C0 | 64 | 0 | 18 | 2 | A6 | 63 | 31 |
| Octal | 1 | 373 | 300 | 144 | 0 | 30 | 2 | 246 | 143 | 61 |
| Binary | 1 | 11111011 | 11000000 | 1100100 | 0 | 11000 | 10 | 10100110 | 1100011 | 110001 |
Color Harmonies of #01FBC0
Complementary color
Monochromatic Colors of #01FBC0
Black with #01FBC0
Text Example
Text Example
White with #01FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FBC0; }
p { color: rgb(1,251,192); }
H1.HeaderClassName
{
color: #01FBC0;
}
.AnyTagClassName
{
color: #01FBC0;
}
</style>
background-color css
<style>
a { background-color: #01FBC0; }
a { background-color: rgb(1,251,192); }
div.DivClassName
{
background-color: #01FBC0;
}
.BgClassName
{
background-color: #01FBC0;
}
</style>
border-color css
<style>
span { border-color: #01FBC0; }
span { border-color: rgb(1,251,192); }
td.TdClassName
{
border-color: #01FBC0;
}
.TagClassName
{
border-color: #01FBC0;
}
</style>