Shades of Turquoise #31E2CB
Tints of Turquoise #31E2CB
RGB
CMYK
RGB Variations
Color information
#31E2CB (or 0x31E2CB) is known color: Turquoise. HEX triplet: 31, E2 and CB. RGB value is (49,226,203). Sum of RGB (Red+Green+Blue) = 49+226+203=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #31E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E2CB is #CE1D34. Grayscale: #AAAAAA. Windows color (decimal): -13507893 or 13361713. OLE color: 13361713.
HSL color Cylindrical-coordinate representation of color #31E2CB: hue angle of 172.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E2CB is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 203 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.11 |
| HSL | 172.2º | 0.75% | 0.54% | - |
| HSV(B) | 172.2º | 0.78% | 0.89% | - |
| XYZ | 39.24 | 59.36 | 65.89 | - |
| YUV | 170.46 | 146.36 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 203 | 0.78 | 0 | 0.10 | 0.11 | 172.2 | 0.75 | 0.54 |
| Hex | 31 | E2 | CB | 4E | 0 | A | B | AC | 4B | 36 |
| Octal | 61 | 342 | 313 | 116 | 0 | 12 | 13 | 254 | 113 | 66 |
| Binary | 110001 | 11100010 | 11001011 | 1001110 | 0 | 1010 | 1011 | 10101100 | 1001011 | 110110 |
Color Harmonies of #31E2CB
Complementary color
Monochromatic Colors of #31E2CB
Black with #31E2CB
Text Example
Text Example
White with #31E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2CB; }
p { color: rgb(49,226,203); }
H1.HeaderClassName
{
color: #31E2CB;
}
.AnyTagClassName
{
color: #31E2CB;
}
</style>
background-color css
<style>
a { background-color: #31E2CB; }
a { background-color: rgb(49,226,203); }
div.DivClassName
{
background-color: #31E2CB;
}
.BgClassName
{
background-color: #31E2CB;
}
</style>
border-color css
<style>
span { border-color: #31E2CB; }
span { border-color: rgb(49,226,203); }
td.TdClassName
{
border-color: #31E2CB;
}
.TagClassName
{
border-color: #31E2CB;
}
</style>