Shades of Bright Turquoise #01FACA
Tints of Bright Turquoise #01FACA
RGB
CMYK
RGB Variations
Color information
#01FACA (or 0x01FACA) is known color: Bright Turquoise. HEX triplet: 01, FA and CA. RGB value is (1,250,202). Sum of RGB (Red+Green+Blue) = 1+250+202=453 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #01FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FACA is #FE0535. Grayscale: #AAAAAA. Windows color (decimal): -16647478 or 13302273. OLE color: 13302273.
HSL color Cylindrical-coordinate representation of color #01FACA: hue angle of 168.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FACA is Cyan = 1.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 202 | - |
| CMYK | 1.00 | 0 | 0.19 | 0.02 |
| HSL | 168.43º | 0.99% | 0.49% | - |
| HSV(B) | 168.43º | 1% | 0.98% | - |
| XYZ | 44.86 | 72.64 | 67.53 | - |
| YUV | 170.08 | 146.01 | 7.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 202 | 1.00 | 0 | 0.19 | 0.02 | 168.43 | 0.99 | 0.49 |
| Hex | 1 | FA | CA | 64 | 0 | 13 | 2 | A8 | 63 | 31 |
| Octal | 1 | 372 | 312 | 144 | 0 | 23 | 2 | 250 | 143 | 61 |
| Binary | 1 | 11111010 | 11001010 | 1100100 | 0 | 10011 | 10 | 10101000 | 1100011 | 110001 |
Color Harmonies of #01FACA
Complementary color
Monochromatic Colors of #01FACA
Black with #01FACA
Text Example
Text Example
White with #01FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FACA; }
p { color: rgb(1,250,202); }
H1.HeaderClassName
{
color: #01FACA;
}
.AnyTagClassName
{
color: #01FACA;
}
</style>
background-color css
<style>
a { background-color: #01FACA; }
a { background-color: rgb(1,250,202); }
div.DivClassName
{
background-color: #01FACA;
}
.BgClassName
{
background-color: #01FACA;
}
</style>
border-color css
<style>
span { border-color: #01FACA; }
span { border-color: rgb(1,250,202); }
td.TdClassName
{
border-color: #01FACA;
}
.TagClassName
{
border-color: #01FACA;
}
</style>