Shades of Turquoise #31FAC1
Tints of Turquoise #31FAC1
RGB
CMYK
RGB Variations
Color information
#31FAC1 (or 0x31FAC1) is known color: Turquoise. HEX triplet: 31, FA and C1. RGB value is (49,250,193). Sum of RGB (Red+Green+Blue) = 49+250+193=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FAC1 is #CE053E. Grayscale: #B7B7B7. Windows color (decimal): -13501759 or 12712497. OLE color: 12712497.
HSL color Cylindrical-coordinate representation of color #31FAC1: hue angle of 162.99º 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 #31FAC1 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 193 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.99º | 0.95% | 0.59% | - |
| HSV(B) | 162.99º | 0.8% | 0.98% | - |
| XYZ | 45.08 | 72.87 | 62.14 | - |
| YUV | 183.4 | 133.41 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 193 | 0.80 | 0 | 0.23 | 0.02 | 162.99 | 0.95 | 0.59 |
| Hex | 31 | FA | C1 | 50 | 0 | 17 | 2 | A3 | 5F | 3B |
| Octal | 61 | 372 | 301 | 120 | 0 | 27 | 2 | 243 | 137 | 73 |
| Binary | 110001 | 11111010 | 11000001 | 1010000 | 0 | 10111 | 10 | 10100011 | 1011111 | 111011 |
Color Harmonies of #31FAC1
Complementary color
Monochromatic Colors of #31FAC1
Black with #31FAC1
Text Example
Text Example
White with #31FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAC1; }
p { color: rgb(49,250,193); }
H1.HeaderClassName
{
color: #31FAC1;
}
.AnyTagClassName
{
color: #31FAC1;
}
</style>
background-color css
<style>
a { background-color: #31FAC1; }
a { background-color: rgb(49,250,193); }
div.DivClassName
{
background-color: #31FAC1;
}
.BgClassName
{
background-color: #31FAC1;
}
</style>
border-color css
<style>
span { border-color: #31FAC1; }
span { border-color: rgb(49,250,193); }
td.TdClassName
{
border-color: #31FAC1;
}
.TagClassName
{
border-color: #31FAC1;
}
</style>