Shades of Turquoise #31ECF1
Tints of Turquoise #31ECF1
RGB
CMYK
RGB Variations
Color information
#31ECF1 (or 0x31ECF1) is known color: Turquoise. HEX triplet: 31, EC and F1. RGB value is (49,236,241). Sum of RGB (Red+Green+Blue) = 49+236+241=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #31ECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECF1 is #CE130E. Grayscale: #B4B4B4. Windows color (decimal): -13505295 or 15854641. OLE color: 15854641.
HSL color Cylindrical-coordinate representation of color #31ECF1: hue angle of 181.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31ECF1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 236 | 241 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.05 |
| HSL | 181.56º | 0.87% | 0.57% | - |
| HSV(B) | 181.56º | 0.8% | 0.95% | - |
| XYZ | 47.14 | 66.99 | 93.67 | - |
| YUV | 180.66 | 162.05 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 241 | 0.80 | 0.02 | 0 | 0.05 | 181.56 | 0.87 | 0.57 |
| Hex | 31 | EC | F1 | 50 | 2 | 0 | 5 | B6 | 57 | 39 |
| Octal | 61 | 354 | 361 | 120 | 2 | 0 | 5 | 266 | 127 | 71 |
| Binary | 110001 | 11101100 | 11110001 | 1010000 | 10 | 0 | 101 | 10110110 | 1010111 | 111001 |
Color Harmonies of #31ECF1
Complementary color
Monochromatic Colors of #31ECF1
Black with #31ECF1
Text Example
Text Example
White with #31ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECF1; }
p { color: rgb(49,236,241); }
H1.HeaderClassName
{
color: #31ECF1;
}
.AnyTagClassName
{
color: #31ECF1;
}
</style>
background-color css
<style>
a { background-color: #31ECF1; }
a { background-color: rgb(49,236,241); }
div.DivClassName
{
background-color: #31ECF1;
}
.BgClassName
{
background-color: #31ECF1;
}
</style>
border-color css
<style>
span { border-color: #31ECF1; }
span { border-color: rgb(49,236,241); }
td.TdClassName
{
border-color: #31ECF1;
}
.TagClassName
{
border-color: #31ECF1;
}
</style>