Shades of Medium Turquoise #31D0CC
Tints of Medium Turquoise #31D0CC
RGB
CMYK
RGB Variations
Color information
#31D0CC (or 0x31D0CC) is known color: Medium Turquoise. HEX triplet: 31, D0 and CC. RGB value is (49,208,204). Sum of RGB (Red+Green+Blue) = 49+208+204=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #31D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D0CC is #CE2F33. Grayscale: #9F9F9F. Windows color (decimal): -13512500 or 13422641. OLE color: 13422641.
HSL color Cylindrical-coordinate representation of color #31D0CC: hue angle of 178.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D0CC is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 204 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.18 |
| HSL | 178.49º | 0.63% | 0.5% | - |
| HSV(B) | 178.49º | 0.76% | 0.82% | - |
| XYZ | 34.72 | 50.12 | 64.97 | - |
| YUV | 160 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 204 | 0.76 | 0 | 0.02 | 0.18 | 178.49 | 0.63 | 0.5 |
| Hex | 31 | D0 | CC | 4C | 0 | 2 | 12 | B2 | 3F | 32 |
| Octal | 61 | 320 | 314 | 114 | 0 | 2 | 22 | 262 | 77 | 62 |
| Binary | 110001 | 11010000 | 11001100 | 1001100 | 0 | 10 | 10010 | 10110010 | 111111 | 110010 |
Color Harmonies of #31D0CC
Complementary color
Monochromatic Colors of #31D0CC
Black with #31D0CC
Text Example
Text Example
White with #31D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D0CC; }
p { color: rgb(49,208,204); }
H1.HeaderClassName
{
color: #31D0CC;
}
.AnyTagClassName
{
color: #31D0CC;
}
</style>
background-color css
<style>
a { background-color: #31D0CC; }
a { background-color: rgb(49,208,204); }
div.DivClassName
{
background-color: #31D0CC;
}
.BgClassName
{
background-color: #31D0CC;
}
</style>
border-color css
<style>
span { border-color: #31D0CC; }
span { border-color: rgb(49,208,204); }
td.TdClassName
{
border-color: #31D0CC;
}
.TagClassName
{
border-color: #31D0CC;
}
</style>