Shades of Turquoise #31D1CC
Tints of Turquoise #31D1CC
RGB
CMYK
RGB Variations
Color information
#31D1CC (or 0x31D1CC) is known color: Turquoise. HEX triplet: 31, D1 and CC. RGB value is (49,209,204). Sum of RGB (Red+Green+Blue) = 49+209+204=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #31D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D1CC is #CE2E33. Grayscale: #A0A0A0. Windows color (decimal): -13512244 or 13422897. OLE color: 13422897.
HSL color Cylindrical-coordinate representation of color #31D1CC: hue angle of 178.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D1CC is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 204 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.18 |
| HSL | 178.13º | 0.63% | 0.51% | - |
| HSV(B) | 178.13º | 0.77% | 0.82% | - |
| XYZ | 34.97 | 50.61 | 65.05 | - |
| YUV | 160.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 204 | 0.77 | 0 | 0.02 | 0.18 | 178.13 | 0.63 | 0.51 |
| Hex | 31 | D1 | CC | 4D | 0 | 2 | 12 | B2 | 3F | 33 |
| Octal | 61 | 321 | 314 | 115 | 0 | 2 | 22 | 262 | 77 | 63 |
| Binary | 110001 | 11010001 | 11001100 | 1001101 | 0 | 10 | 10010 | 10110010 | 111111 | 110011 |
Color Harmonies of #31D1CC
Complementary color
Monochromatic Colors of #31D1CC
Black with #31D1CC
Text Example
Text Example
White with #31D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D1CC; }
p { color: rgb(49,209,204); }
H1.HeaderClassName
{
color: #31D1CC;
}
.AnyTagClassName
{
color: #31D1CC;
}
</style>
background-color css
<style>
a { background-color: #31D1CC; }
a { background-color: rgb(49,209,204); }
div.DivClassName
{
background-color: #31D1CC;
}
.BgClassName
{
background-color: #31D1CC;
}
</style>
border-color css
<style>
span { border-color: #31D1CC; }
span { border-color: rgb(49,209,204); }
td.TdClassName
{
border-color: #31D1CC;
}
.TagClassName
{
border-color: #31D1CC;
}
</style>