Shades of Bright Turquoise #00FAC4
Tints of Bright Turquoise #00FAC4
RGB
CMYK
RGB Variations
Color information
#00FAC4 (or 0x00FAC4) is known color: Bright Turquoise. HEX triplet: 00, FA and C4. RGB value is (0,250,196). Sum of RGB (Red+Green+Blue) = 0+250+196=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FAC4 is #FF053B. Grayscale: #A9A9A9. Windows color (decimal): -16713020 or 12909056. OLE color: 12909056.
HSL color Cylindrical-coordinate representation of color #00FAC4: hue angle of 167.04º 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 #00FAC4 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 196 | - |
| CMYK | 1 | 0 | 0.22 | 0.02 |
| HSL | 167.04º | 1% | 0.49% | - |
| HSV(B) | 167.04º | 1% | 0.98% | - |
| XYZ | 44.15 | 72.36 | 63.86 | - |
| YUV | 169.09 | 143.18 | 7.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 196 | 1 | 0 | 0.22 | 0.02 | 167.04 | 1 | 0.49 |
| Hex | 0 | FA | C4 | 64 | 0 | 16 | 2 | A7 | 64 | 31 |
| Octal | 0 | 372 | 304 | 144 | 0 | 26 | 2 | 247 | 144 | 61 |
| Binary | 0 | 11111010 | 11000100 | 1100100 | 0 | 10110 | 10 | 10100111 | 1100100 | 110001 |
Color Harmonies of #00FAC4
Complementary color
Monochromatic Colors of #00FAC4
Black with #00FAC4
Text Example
Text Example
White with #00FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAC4; }
p { color: rgb(0,250,196); }
H1.HeaderClassName
{
color: #00FAC4;
}
.AnyTagClassName
{
color: #00FAC4;
}
</style>
background-color css
<style>
a { background-color: #00FAC4; }
a { background-color: rgb(0,250,196); }
div.DivClassName
{
background-color: #00FAC4;
}
.BgClassName
{
background-color: #00FAC4;
}
</style>
border-color css
<style>
span { border-color: #00FAC4; }
span { border-color: rgb(0,250,196); }
td.TdClassName
{
border-color: #00FAC4;
}
.TagClassName
{
border-color: #00FAC4;
}
</style>