Shades of Turquoise #31FAF1
Tints of Turquoise #31FAF1
RGB
CMYK
RGB Variations
Color information
#31FAF1 (or 0x31FAF1) is known color: Turquoise. HEX triplet: 31, FA and F1. RGB value is (49,250,241). Sum of RGB (Red+Green+Blue) = 49+250+241=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAF1 is #CE050E. Grayscale: #BCBCBC. Windows color (decimal): -13501711 or 15858225. OLE color: 15858225.
HSL color Cylindrical-coordinate representation of color #31FAF1: hue angle of 177.31º 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 #31FAF1 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 241 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.02 |
| HSL | 177.31º | 0.95% | 0.59% | - |
| HSV(B) | 177.31º | 0.8% | 0.98% | - |
| XYZ | 51.33 | 75.38 | 95.06 | - |
| YUV | 188.88 | 157.41 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 241 | 0.80 | 0 | 0.04 | 0.02 | 177.31 | 0.95 | 0.59 |
| Hex | 31 | FA | F1 | 50 | 0 | 4 | 2 | B1 | 5F | 3B |
| Octal | 61 | 372 | 361 | 120 | 0 | 4 | 2 | 261 | 137 | 73 |
| Binary | 110001 | 11111010 | 11110001 | 1010000 | 0 | 100 | 10 | 10110001 | 1011111 | 111011 |
Color Harmonies of #31FAF1
Complementary color
Monochromatic Colors of #31FAF1
Black with #31FAF1
Text Example
Text Example
White with #31FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAF1; }
p { color: rgb(49,250,241); }
H1.HeaderClassName
{
color: #31FAF1;
}
.AnyTagClassName
{
color: #31FAF1;
}
</style>
background-color css
<style>
a { background-color: #31FAF1; }
a { background-color: rgb(49,250,241); }
div.DivClassName
{
background-color: #31FAF1;
}
.BgClassName
{
background-color: #31FAF1;
}
</style>
border-color css
<style>
span { border-color: #31FAF1; }
span { border-color: rgb(49,250,241); }
td.TdClassName
{
border-color: #31FAF1;
}
.TagClassName
{
border-color: #31FAF1;
}
</style>