Shades of Turquoise #31E1CC
Tints of Turquoise #31E1CC
RGB
CMYK
RGB Variations
Color information
#31E1CC (or 0x31E1CC) is known color: Turquoise. HEX triplet: 31, E1 and CC. RGB value is (49,225,204). Sum of RGB (Red+Green+Blue) = 49+225+204=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #31E1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E1CC is #CE1E33. Grayscale: #A9A9A9. Windows color (decimal): -13508148 or 13426993. OLE color: 13426993.
HSL color Cylindrical-coordinate representation of color #31E1CC: hue angle of 172.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E1CC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 204 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.12 |
| HSL | 172.84º | 0.75% | 0.54% | - |
| HSV(B) | 172.84º | 0.78% | 0.88% | - |
| XYZ | 39.09 | 58.86 | 66.43 | - |
| YUV | 169.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 204 | 0.78 | 0 | 0.09 | 0.12 | 172.84 | 0.75 | 0.54 |
| Hex | 31 | E1 | CC | 4E | 0 | 9 | C | AD | 4B | 36 |
| Octal | 61 | 341 | 314 | 116 | 0 | 11 | 14 | 255 | 113 | 66 |
| Binary | 110001 | 11100001 | 11001100 | 1001110 | 0 | 1001 | 1100 | 10101101 | 1001011 | 110110 |
Color Harmonies of #31E1CC
Complementary color
Monochromatic Colors of #31E1CC
Black with #31E1CC
Text Example
Text Example
White with #31E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E1CC; }
p { color: rgb(49,225,204); }
H1.HeaderClassName
{
color: #31E1CC;
}
.AnyTagClassName
{
color: #31E1CC;
}
</style>
background-color css
<style>
a { background-color: #31E1CC; }
a { background-color: rgb(49,225,204); }
div.DivClassName
{
background-color: #31E1CC;
}
.BgClassName
{
background-color: #31E1CC;
}
</style>
border-color css
<style>
span { border-color: #31E1CC; }
span { border-color: rgb(49,225,204); }
td.TdClassName
{
border-color: #31E1CC;
}
.TagClassName
{
border-color: #31E1CC;
}
</style>