Shades of Turquoise #31EFC0
Tints of Turquoise #31EFC0
RGB
CMYK
RGB Variations
Color information
#31EFC0 (or 0x31EFC0) is known color: Turquoise. HEX triplet: 31, EF and C0. RGB value is (49,239,192). Sum of RGB (Red+Green+Blue) = 49+239+192=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFC0 is #CE103F. Grayscale: #B0B0B0. Windows color (decimal): -13504576 or 12644145. OLE color: 12644145.
HSL color Cylindrical-coordinate representation of color #31EFC0: hue angle of 165.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFC0 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 192 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.06 |
| HSL | 165.16º | 0.86% | 0.56% | - |
| HSV(B) | 165.16º | 0.79% | 0.94% | - |
| XYZ | 41.65 | 66.19 | 60.45 | - |
| YUV | 176.83 | 136.55 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 192 | 0.79 | 0 | 0.20 | 0.06 | 165.16 | 0.86 | 0.56 |
| Hex | 31 | EF | C0 | 4F | 0 | 14 | 6 | A5 | 56 | 38 |
| Octal | 61 | 357 | 300 | 117 | 0 | 24 | 6 | 245 | 126 | 70 |
| Binary | 110001 | 11101111 | 11000000 | 1001111 | 0 | 10100 | 110 | 10100101 | 1010110 | 111000 |
Color Harmonies of #31EFC0
Complementary color
Monochromatic Colors of #31EFC0
Black with #31EFC0
Text Example
Text Example
White with #31EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFC0; }
p { color: rgb(49,239,192); }
H1.HeaderClassName
{
color: #31EFC0;
}
.AnyTagClassName
{
color: #31EFC0;
}
</style>
background-color css
<style>
a { background-color: #31EFC0; }
a { background-color: rgb(49,239,192); }
div.DivClassName
{
background-color: #31EFC0;
}
.BgClassName
{
background-color: #31EFC0;
}
</style>
border-color css
<style>
span { border-color: #31EFC0; }
span { border-color: rgb(49,239,192); }
td.TdClassName
{
border-color: #31EFC0;
}
.TagClassName
{
border-color: #31EFC0;
}
</style>