Shades of Bright Turquoise #00FAC3
Tints of Bright Turquoise #00FAC3
RGB
CMYK
RGB Variations
Color information
#00FAC3 (or 0x00FAC3) is known color: Bright Turquoise. HEX triplet: 00, FA and C3. RGB value is (0,250,195). Sum of RGB (Red+Green+Blue) = 0+250+195=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FAC3 is #FF053C. Grayscale: #A8A8A8. Windows color (decimal): -16713021 or 12843520. OLE color: 12843520.
HSL color Cylindrical-coordinate representation of color #00FAC3: hue angle of 166.8º 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 #00FAC3 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 195 | - |
| CMYK | 1 | 0 | 0.22 | 0.02 |
| HSL | 166.8º | 1% | 0.49% | - |
| HSV(B) | 166.8º | 1% | 0.98% | - |
| XYZ | 44.04 | 72.31 | 63.27 | - |
| YUV | 168.98 | 142.68 | 7.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 195 | 1 | 0 | 0.22 | 0.02 | 166.8 | 1 | 0.49 |
| Hex | 0 | FA | C3 | 64 | 0 | 16 | 2 | A7 | 64 | 31 |
| Octal | 0 | 372 | 303 | 144 | 0 | 26 | 2 | 247 | 144 | 61 |
| Binary | 0 | 11111010 | 11000011 | 1100100 | 0 | 10110 | 10 | 10100111 | 1100100 | 110001 |
Color Harmonies of #00FAC3
Complementary color
Monochromatic Colors of #00FAC3
Black with #00FAC3
Text Example
Text Example
White with #00FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAC3; }
p { color: rgb(0,250,195); }
H1.HeaderClassName
{
color: #00FAC3;
}
.AnyTagClassName
{
color: #00FAC3;
}
</style>
background-color css
<style>
a { background-color: #00FAC3; }
a { background-color: rgb(0,250,195); }
div.DivClassName
{
background-color: #00FAC3;
}
.BgClassName
{
background-color: #00FAC3;
}
</style>
border-color css
<style>
span { border-color: #00FAC3; }
span { border-color: rgb(0,250,195); }
td.TdClassName
{
border-color: #00FAC3;
}
.TagClassName
{
border-color: #00FAC3;
}
</style>