Shades of Turquoise #31E9CC
Tints of Turquoise #31E9CC
RGB
CMYK
RGB Variations
Color information
#31E9CC (or 0x31E9CC) is known color: Turquoise. HEX triplet: 31, E9 and CC. RGB value is (49,233,204). Sum of RGB (Red+Green+Blue) = 49+233+204=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9CC is #CE1633. Grayscale: #AEAEAE. Windows color (decimal): -13506100 or 13429041. OLE color: 13429041.
HSL color Cylindrical-coordinate representation of color #31E9CC: hue angle of 170.54º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E9CC is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 204 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.09 |
| HSL | 170.54º | 0.81% | 0.55% | - |
| HSV(B) | 170.54º | 0.79% | 0.91% | - |
| XYZ | 41.3 | 63.29 | 67.17 | - |
| YUV | 174.68 | 144.54 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 204 | 0.79 | 0 | 0.12 | 0.09 | 170.54 | 0.81 | 0.55 |
| Hex | 31 | E9 | CC | 4F | 0 | C | 9 | AB | 51 | 37 |
| Octal | 61 | 351 | 314 | 117 | 0 | 14 | 11 | 253 | 121 | 67 |
| Binary | 110001 | 11101001 | 11001100 | 1001111 | 0 | 1100 | 1001 | 10101011 | 1010001 | 110111 |
Color Harmonies of #31E9CC
Complementary color
Monochromatic Colors of #31E9CC
Black with #31E9CC
Text Example
Text Example
White with #31E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E9CC; }
p { color: rgb(49,233,204); }
H1.HeaderClassName
{
color: #31E9CC;
}
.AnyTagClassName
{
color: #31E9CC;
}
</style>
background-color css
<style>
a { background-color: #31E9CC; }
a { background-color: rgb(49,233,204); }
div.DivClassName
{
background-color: #31E9CC;
}
.BgClassName
{
background-color: #31E9CC;
}
</style>
border-color css
<style>
span { border-color: #31E9CC; }
span { border-color: rgb(49,233,204); }
td.TdClassName
{
border-color: #31E9CC;
}
.TagClassName
{
border-color: #31E9CC;
}
</style>