Shades of Turquoise #31ECBC
Tints of Turquoise #31ECBC
RGB
CMYK
RGB Variations
Color information
#31ECBC (or 0x31ECBC) is known color: Turquoise. HEX triplet: 31, EC and BC. RGB value is (49,236,188). Sum of RGB (Red+Green+Blue) = 49+236+188=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECBC is #CE1343. Grayscale: #AEAEAE. Windows color (decimal): -13505348 or 12381233. OLE color: 12381233.
HSL color Cylindrical-coordinate representation of color #31ECBC: hue angle of 164.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ECBC is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 188 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.07 |
| HSL | 164.6º | 0.83% | 0.56% | - |
| HSV(B) | 164.6º | 0.79% | 0.93% | - |
| XYZ | 40.34 | 64.27 | 57.86 | - |
| YUV | 174.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 188 | 0.79 | 0 | 0.20 | 0.07 | 164.6 | 0.83 | 0.56 |
| Hex | 31 | EC | BC | 4F | 0 | 14 | 7 | A5 | 53 | 38 |
| Octal | 61 | 354 | 274 | 117 | 0 | 24 | 7 | 245 | 123 | 70 |
| Binary | 110001 | 11101100 | 10111100 | 1001111 | 0 | 10100 | 111 | 10100101 | 1010011 | 111000 |
Color Harmonies of #31ECBC
Complementary color
Monochromatic Colors of #31ECBC
Black with #31ECBC
Text Example
Text Example
White with #31ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECBC; }
p { color: rgb(49,236,188); }
H1.HeaderClassName
{
color: #31ECBC;
}
.AnyTagClassName
{
color: #31ECBC;
}
</style>
background-color css
<style>
a { background-color: #31ECBC; }
a { background-color: rgb(49,236,188); }
div.DivClassName
{
background-color: #31ECBC;
}
.BgClassName
{
background-color: #31ECBC;
}
</style>
border-color css
<style>
span { border-color: #31ECBC; }
span { border-color: rgb(49,236,188); }
td.TdClassName
{
border-color: #31ECBC;
}
.TagClassName
{
border-color: #31ECBC;
}
</style>