Shades of Bright Turquoise #00FACC
Tints of Bright Turquoise #00FACC
RGB
CMYK
RGB Variations
Color information
#00FACC (or 0x00FACC) is known color: Bright Turquoise. HEX triplet: 00, FA and CC. RGB value is (0,250,204). Sum of RGB (Red+Green+Blue) = 0+250+204=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #00FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FACC is #FF0533. Grayscale: #A9A9A9. Windows color (decimal): -16713012 or 13433344. OLE color: 13433344.
HSL color Cylindrical-coordinate representation of color #00FACC: hue angle of 168.96º 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 #00FACC is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 204 | - |
| CMYK | 1 | 0 | 0.18 | 0.02 |
| HSL | 168.96º | 1% | 0.49% | - |
| HSV(B) | 168.96º | 1% | 0.98% | - |
| XYZ | 45.08 | 72.73 | 68.79 | - |
| YUV | 170.01 | 147.18 | 6.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 204 | 1 | 0 | 0.18 | 0.02 | 168.96 | 1 | 0.49 |
| Hex | 0 | FA | CC | 64 | 0 | 12 | 2 | A9 | 64 | 31 |
| Octal | 0 | 372 | 314 | 144 | 0 | 22 | 2 | 251 | 144 | 61 |
| Binary | 0 | 11111010 | 11001100 | 1100100 | 0 | 10010 | 10 | 10101001 | 1100100 | 110001 |
Color Harmonies of #00FACC
Complementary color
Monochromatic Colors of #00FACC
Black with #00FACC
Text Example
Text Example
White with #00FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FACC; }
p { color: rgb(0,250,204); }
H1.HeaderClassName
{
color: #00FACC;
}
.AnyTagClassName
{
color: #00FACC;
}
</style>
background-color css
<style>
a { background-color: #00FACC; }
a { background-color: rgb(0,250,204); }
div.DivClassName
{
background-color: #00FACC;
}
.BgClassName
{
background-color: #00FACC;
}
</style>
border-color css
<style>
span { border-color: #00FACC; }
span { border-color: rgb(0,250,204); }
td.TdClassName
{
border-color: #00FACC;
}
.TagClassName
{
border-color: #00FACC;
}
</style>