Shades of Turquoise #31FAC0
Tints of Turquoise #31FAC0
RGB
CMYK
RGB Variations
Color information
#31FAC0 (or 0x31FAC0) is known color: Turquoise. HEX triplet: 31, FA and C0. RGB value is (49,250,192). Sum of RGB (Red+Green+Blue) = 49+250+192=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FAC0 is #CE053F. Grayscale: #B7B7B7. Windows color (decimal): -13501760 or 12646961. OLE color: 12646961.
HSL color Cylindrical-coordinate representation of color #31FAC0: hue angle of 162.69º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FAC0 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 192 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.69º | 0.95% | 0.59% | - |
| HSV(B) | 162.69º | 0.8% | 0.98% | - |
| XYZ | 44.97 | 72.83 | 61.56 | - |
| YUV | 183.29 | 132.91 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 192 | 0.80 | 0 | 0.23 | 0.02 | 162.69 | 0.95 | 0.59 |
| Hex | 31 | FA | C0 | 50 | 0 | 17 | 2 | A3 | 5F | 3B |
| Octal | 61 | 372 | 300 | 120 | 0 | 27 | 2 | 243 | 137 | 73 |
| Binary | 110001 | 11111010 | 11000000 | 1010000 | 0 | 10111 | 10 | 10100011 | 1011111 | 111011 |
Color Harmonies of #31FAC0
Complementary color
Monochromatic Colors of #31FAC0
Black with #31FAC0
Text Example
Text Example
White with #31FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAC0; }
p { color: rgb(49,250,192); }
H1.HeaderClassName
{
color: #31FAC0;
}
.AnyTagClassName
{
color: #31FAC0;
}
</style>
background-color css
<style>
a { background-color: #31FAC0; }
a { background-color: rgb(49,250,192); }
div.DivClassName
{
background-color: #31FAC0;
}
.BgClassName
{
background-color: #31FAC0;
}
</style>
border-color css
<style>
span { border-color: #31FAC0; }
span { border-color: rgb(49,250,192); }
td.TdClassName
{
border-color: #31FAC0;
}
.TagClassName
{
border-color: #31FAC0;
}
</style>