Shades of Bright Turquoise #00FBC2
Tints of Bright Turquoise #00FBC2
RGB
CMYK
RGB Variations
Color information
#00FBC2 (or 0x00FBC2) is known color: Bright Turquoise. HEX triplet: 00, FB and C2. RGB value is (0,251,194). Sum of RGB (Red+Green+Blue) = 0+251+194=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBC2 is #FF043D. Grayscale: #A9A9A9. Windows color (decimal): -16712766 or 12778240. OLE color: 12778240.
HSL color Cylindrical-coordinate representation of color #00FBC2: hue angle of 166.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBC2 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 194 | - |
| CMYK | 1 | 0 | 0.23 | 0.02 |
| HSL | 166.37º | 1% | 0.49% | - |
| HSV(B) | 166.37º | 1% | 0.98% | - |
| XYZ | 44.23 | 72.89 | 62.78 | - |
| YUV | 169.45 | 141.84 | 7.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 194 | 1 | 0 | 0.23 | 0.02 | 166.37 | 1 | 0.49 |
| Hex | 0 | FB | C2 | 64 | 0 | 17 | 2 | A6 | 64 | 31 |
| Octal | 0 | 373 | 302 | 144 | 0 | 27 | 2 | 246 | 144 | 61 |
| Binary | 0 | 11111011 | 11000010 | 1100100 | 0 | 10111 | 10 | 10100110 | 1100100 | 110001 |
Color Harmonies of #00FBC2
Complementary color
Monochromatic Colors of #00FBC2
Black with #00FBC2
Text Example
Text Example
White with #00FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBC2; }
p { color: rgb(0,251,194); }
H1.HeaderClassName
{
color: #00FBC2;
}
.AnyTagClassName
{
color: #00FBC2;
}
</style>
background-color css
<style>
a { background-color: #00FBC2; }
a { background-color: rgb(0,251,194); }
div.DivClassName
{
background-color: #00FBC2;
}
.BgClassName
{
background-color: #00FBC2;
}
</style>
border-color css
<style>
span { border-color: #00FBC2; }
span { border-color: rgb(0,251,194); }
td.TdClassName
{
border-color: #00FBC2;
}
.TagClassName
{
border-color: #00FBC2;
}
</style>