Shades of Turquoise #31E5CC
Tints of Turquoise #31E5CC
RGB
CMYK
RGB Variations
Color information
#31E5CC (or 0x31E5CC) is known color: Turquoise. HEX triplet: 31, E5 and CC. RGB value is (49,229,204). Sum of RGB (Red+Green+Blue) = 49+229+204=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5CC is #CE1A33. Grayscale: #ACACAC. Windows color (decimal): -13507124 or 13428017. OLE color: 13428017.
HSL color Cylindrical-coordinate representation of color #31E5CC: hue angle of 171.67º 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 #31E5CC is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 204 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.10 |
| HSL | 171.67º | 0.78% | 0.55% | - |
| HSV(B) | 171.67º | 0.79% | 0.9% | - |
| XYZ | 40.19 | 61.05 | 66.79 | - |
| YUV | 172.33 | 145.87 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 204 | 0.79 | 0 | 0.11 | 0.10 | 171.67 | 0.78 | 0.55 |
| Hex | 31 | E5 | CC | 4F | 0 | B | A | AC | 4E | 37 |
| Octal | 61 | 345 | 314 | 117 | 0 | 13 | 12 | 254 | 116 | 67 |
| Binary | 110001 | 11100101 | 11001100 | 1001111 | 0 | 1011 | 1010 | 10101100 | 1001110 | 110111 |
Color Harmonies of #31E5CC
Complementary color
Monochromatic Colors of #31E5CC
Black with #31E5CC
Text Example
Text Example
White with #31E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E5CC; }
p { color: rgb(49,229,204); }
H1.HeaderClassName
{
color: #31E5CC;
}
.AnyTagClassName
{
color: #31E5CC;
}
</style>
background-color css
<style>
a { background-color: #31E5CC; }
a { background-color: rgb(49,229,204); }
div.DivClassName
{
background-color: #31E5CC;
}
.BgClassName
{
background-color: #31E5CC;
}
</style>
border-color css
<style>
span { border-color: #31E5CC; }
span { border-color: rgb(49,229,204); }
td.TdClassName
{
border-color: #31E5CC;
}
.TagClassName
{
border-color: #31E5CC;
}
</style>