Shades of Bright Turquoise #01FBC2
Tints of Bright Turquoise #01FBC2
RGB
CMYK
RGB Variations
Color information
#01FBC2 (or 0x01FBC2) is known color: Bright Turquoise. HEX triplet: 01, FB and C2. RGB value is (1,251,194). Sum of RGB (Red+Green+Blue) = 1+251+194=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FBC2 is #FE043D. Grayscale: #A9A9A9. Windows color (decimal): -16647230 or 12778241. OLE color: 12778241.
HSL color Cylindrical-coordinate representation of color #01FBC2: hue angle of 166.32º 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 #01FBC2 is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 194 | - |
| CMYK | 1.00 | 0 | 0.23 | 0.02 |
| HSL | 166.32º | 0.99% | 0.49% | - |
| HSV(B) | 166.32º | 1% | 0.98% | - |
| XYZ | 44.25 | 72.9 | 62.78 | - |
| YUV | 169.75 | 141.68 | 7.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 194 | 1.00 | 0 | 0.23 | 0.02 | 166.32 | 0.99 | 0.49 |
| Hex | 1 | FB | C2 | 64 | 0 | 17 | 2 | A6 | 63 | 31 |
| Octal | 1 | 373 | 302 | 144 | 0 | 27 | 2 | 246 | 143 | 61 |
| Binary | 1 | 11111011 | 11000010 | 1100100 | 0 | 10111 | 10 | 10100110 | 1100011 | 110001 |
Color Harmonies of #01FBC2
Complementary color
Monochromatic Colors of #01FBC2
Black with #01FBC2
Text Example
Text Example
White with #01FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FBC2; }
p { color: rgb(1,251,194); }
H1.HeaderClassName
{
color: #01FBC2;
}
.AnyTagClassName
{
color: #01FBC2;
}
</style>
background-color css
<style>
a { background-color: #01FBC2; }
a { background-color: rgb(1,251,194); }
div.DivClassName
{
background-color: #01FBC2;
}
.BgClassName
{
background-color: #01FBC2;
}
</style>
border-color css
<style>
span { border-color: #01FBC2; }
span { border-color: rgb(1,251,194); }
td.TdClassName
{
border-color: #01FBC2;
}
.TagClassName
{
border-color: #01FBC2;
}
</style>