Shades of Bright Turquoise #1FFACC
Tints of Bright Turquoise #1FFACC
RGB
CMYK
RGB Variations
Color information
#1FFACC (or 0x1FFACC) is known color: Bright Turquoise. HEX triplet: 1F, FA and CC. RGB value is (31,250,204). Sum of RGB (Red+Green+Blue) = 31+250+204=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFACC is #E00533. Grayscale: #B3B3B3. Windows color (decimal): -14681396 or 13433375. OLE color: 13433375.
HSL color Cylindrical-coordinate representation of color #1FFACC: hue angle of 167.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFACC is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 204 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.02 |
| HSL | 167.4º | 0.96% | 0.55% | - |
| HSV(B) | 167.4º | 0.88% | 0.98% | - |
| XYZ | 45.65 | 73.02 | 68.82 | - |
| YUV | 179.28 | 141.95 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 204 | 0.88 | 0 | 0.18 | 0.02 | 167.4 | 0.96 | 0.55 |
| Hex | 1F | FA | CC | 58 | 0 | 12 | 2 | A7 | 60 | 37 |
| Octal | 37 | 372 | 314 | 130 | 0 | 22 | 2 | 247 | 140 | 67 |
| Binary | 11111 | 11111010 | 11001100 | 1011000 | 0 | 10010 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #1FFACC
Complementary color
Monochromatic Colors of #1FFACC
Black with #1FFACC
Text Example
Text Example
White with #1FFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFACC; }
p { color: rgb(31,250,204); }
H1.HeaderClassName
{
color: #1FFACC;
}
.AnyTagClassName
{
color: #1FFACC;
}
</style>
background-color css
<style>
a { background-color: #1FFACC; }
a { background-color: rgb(31,250,204); }
div.DivClassName
{
background-color: #1FFACC;
}
.BgClassName
{
background-color: #1FFACC;
}
</style>
border-color css
<style>
span { border-color: #1FFACC; }
span { border-color: rgb(31,250,204); }
td.TdClassName
{
border-color: #1FFACC;
}
.TagClassName
{
border-color: #1FFACC;
}
</style>