Shades of Medium Turquoise #31CDDD
Tints of Medium Turquoise #31CDDD
RGB
CMYK
RGB Variations
Color information
#31CDDD (or 0x31CDDD) is known color: Medium Turquoise. HEX triplet: 31, CD and DD. RGB value is (49,205,221). Sum of RGB (Red+Green+Blue) = 49+205+221=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #31CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDDD is #CE3222. Grayscale: #9F9F9F. Windows color (decimal): -13513251 or 14535985. OLE color: 14535985.
HSL color Cylindrical-coordinate representation of color #31CDDD: hue angle of 185.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CDDD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 205 | 221 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.13 |
| HSL | 185.58º | 0.72% | 0.53% | - |
| HSV(B) | 185.58º | 0.78% | 0.87% | - |
| XYZ | 36.15 | 49.54 | 76.06 | - |
| YUV | 160.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 221 | 0.78 | 0.07 | 0 | 0.13 | 185.58 | 0.72 | 0.53 |
| Hex | 31 | CD | DD | 4E | 7 | 0 | D | BA | 48 | 35 |
| Octal | 61 | 315 | 335 | 116 | 7 | 0 | 15 | 272 | 110 | 65 |
| Binary | 110001 | 11001101 | 11011101 | 1001110 | 111 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #31CDDD
Complementary color
Monochromatic Colors of #31CDDD
Black with #31CDDD
Text Example
Text Example
White with #31CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDDD; }
p { color: rgb(49,205,221); }
H1.HeaderClassName
{
color: #31CDDD;
}
.AnyTagClassName
{
color: #31CDDD;
}
</style>
background-color css
<style>
a { background-color: #31CDDD; }
a { background-color: rgb(49,205,221); }
div.DivClassName
{
background-color: #31CDDD;
}
.BgClassName
{
background-color: #31CDDD;
}
</style>
border-color css
<style>
span { border-color: #31CDDD; }
span { border-color: rgb(49,205,221); }
td.TdClassName
{
border-color: #31CDDD;
}
.TagClassName
{
border-color: #31CDDD;
}
</style>