Shades of Turquoise #31E6C9
Tints of Turquoise #31E6C9
RGB
CMYK
RGB Variations
Color information
#31E6C9 (or 0x31E6C9) is known color: Turquoise. HEX triplet: 31, E6 and C9. RGB value is (49,230,201). Sum of RGB (Red+Green+Blue) = 49+230+201=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6C9 is #CE1936. Grayscale: #ACACAC. Windows color (decimal): -13506871 or 13231665. OLE color: 13231665.
HSL color Cylindrical-coordinate representation of color #31E6C9: hue angle of 170.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E6C9 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 201 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.10 |
| HSL | 170.39º | 0.78% | 0.55% | - |
| HSV(B) | 170.39º | 0.79% | 0.9% | - |
| XYZ | 40.11 | 61.46 | 65.01 | - |
| YUV | 172.58 | 144.03 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 201 | 0.79 | 0 | 0.13 | 0.10 | 170.39 | 0.78 | 0.55 |
| Hex | 31 | E6 | C9 | 4F | 0 | D | A | AA | 4E | 37 |
| Octal | 61 | 346 | 311 | 117 | 0 | 15 | 12 | 252 | 116 | 67 |
| Binary | 110001 | 11100110 | 11001001 | 1001111 | 0 | 1101 | 1010 | 10101010 | 1001110 | 110111 |
Color Harmonies of #31E6C9
Complementary color
Monochromatic Colors of #31E6C9
Black with #31E6C9
Text Example
Text Example
White with #31E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E6C9; }
p { color: rgb(49,230,201); }
H1.HeaderClassName
{
color: #31E6C9;
}
.AnyTagClassName
{
color: #31E6C9;
}
</style>
background-color css
<style>
a { background-color: #31E6C9; }
a { background-color: rgb(49,230,201); }
div.DivClassName
{
background-color: #31E6C9;
}
.BgClassName
{
background-color: #31E6C9;
}
</style>
border-color css
<style>
span { border-color: #31E6C9; }
span { border-color: rgb(49,230,201); }
td.TdClassName
{
border-color: #31E6C9;
}
.TagClassName
{
border-color: #31E6C9;
}
</style>