Shades of Bright Turquoise #00FBC9
Tints of Bright Turquoise #00FBC9
RGB
CMYK
RGB Variations
Color information
#00FBC9 (or 0x00FBC9) is known color: Bright Turquoise. HEX triplet: 00, FB and C9. RGB value is (0,251,201). Sum of RGB (Red+Green+Blue) = 0+251+201=452 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBC9 is #FF0436. Grayscale: #AAAAAA. Windows color (decimal): -16712759 or 13236992. OLE color: 13236992.
HSL color Cylindrical-coordinate representation of color #00FBC9: hue angle of 168.05º 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 #00FBC9 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 201 | - |
| CMYK | 1 | 0 | 0.20 | 0.02 |
| HSL | 168.05º | 1% | 0.49% | - |
| HSV(B) | 168.05º | 1% | 0.98% | - |
| XYZ | 45.04 | 73.21 | 67.02 | - |
| YUV | 170.25 | 145.34 | 6.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 201 | 1 | 0 | 0.20 | 0.02 | 168.05 | 1 | 0.49 |
| Hex | 0 | FB | C9 | 64 | 0 | 14 | 2 | A8 | 64 | 31 |
| Octal | 0 | 373 | 311 | 144 | 0 | 24 | 2 | 250 | 144 | 61 |
| Binary | 0 | 11111011 | 11001001 | 1100100 | 0 | 10100 | 10 | 10101000 | 1100100 | 110001 |
Color Harmonies of #00FBC9
Complementary color
Monochromatic Colors of #00FBC9
Black with #00FBC9
Text Example
Text Example
White with #00FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBC9; }
p { color: rgb(0,251,201); }
H1.HeaderClassName
{
color: #00FBC9;
}
.AnyTagClassName
{
color: #00FBC9;
}
</style>
background-color css
<style>
a { background-color: #00FBC9; }
a { background-color: rgb(0,251,201); }
div.DivClassName
{
background-color: #00FBC9;
}
.BgClassName
{
background-color: #00FBC9;
}
</style>
border-color css
<style>
span { border-color: #00FBC9; }
span { border-color: rgb(0,251,201); }
td.TdClassName
{
border-color: #00FBC9;
}
.TagClassName
{
border-color: #00FBC9;
}
</style>