Shades of Turquoise #31EAC5
Tints of Turquoise #31EAC5
RGB
CMYK
RGB Variations
Color information
#31EAC5 (or 0x31EAC5) is known color: Turquoise. HEX triplet: 31, EA and C5. RGB value is (49,234,197). Sum of RGB (Red+Green+Blue) = 49+234+197=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #31EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EAC5 is #CE153A. Grayscale: #AEAEAE. Windows color (decimal): -13505851 or 12970545. OLE color: 12970545.
HSL color Cylindrical-coordinate representation of color #31EAC5: hue angle of 168º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EAC5 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 197 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.08 |
| HSL | 168º | 0.81% | 0.55% | - |
| HSV(B) | 168º | 0.79% | 0.92% | - |
| XYZ | 40.77 | 63.53 | 62.94 | - |
| YUV | 174.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 197 | 0.79 | 0 | 0.16 | 0.08 | 168 | 0.81 | 0.55 |
| Hex | 31 | EA | C5 | 4F | 0 | 10 | 8 | A8 | 51 | 37 |
| Octal | 61 | 352 | 305 | 117 | 0 | 20 | 10 | 250 | 121 | 67 |
| Binary | 110001 | 11101010 | 11000101 | 1001111 | 0 | 10000 | 1000 | 10101000 | 1010001 | 110111 |
Color Harmonies of #31EAC5
Complementary color
Monochromatic Colors of #31EAC5
Black with #31EAC5
Text Example
Text Example
White with #31EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EAC5; }
p { color: rgb(49,234,197); }
H1.HeaderClassName
{
color: #31EAC5;
}
.AnyTagClassName
{
color: #31EAC5;
}
</style>
background-color css
<style>
a { background-color: #31EAC5; }
a { background-color: rgb(49,234,197); }
div.DivClassName
{
background-color: #31EAC5;
}
.BgClassName
{
background-color: #31EAC5;
}
</style>
border-color css
<style>
span { border-color: #31EAC5; }
span { border-color: rgb(49,234,197); }
td.TdClassName
{
border-color: #31EAC5;
}
.TagClassName
{
border-color: #31EAC5;
}
</style>