Shades of Turquoise #31DDDC
Tints of Turquoise #31DDDC
RGB
CMYK
RGB Variations
Color information
#31DDDC (or 0x31DDDC) is known color: Turquoise. HEX triplet: 31, DD and DC. RGB value is (49,221,220). Sum of RGB (Red+Green+Blue) = 49+221+220=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDDC is #CE2223. Grayscale: #A9A9A9. Windows color (decimal): -13509156 or 14474545. OLE color: 14474545.
HSL color Cylindrical-coordinate representation of color #31DDDC: hue angle of 179.65º 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 #31DDDC is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 220 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.13 |
| HSL | 179.65º | 0.72% | 0.53% | - |
| HSV(B) | 179.65º | 0.78% | 0.87% | - |
| XYZ | 40.04 | 57.53 | 76.7 | - |
| YUV | 169.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 220 | 0.78 | 0 | 0.00 | 0.13 | 179.65 | 0.72 | 0.53 |
| Hex | 31 | DD | DC | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 61 | 335 | 334 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110001 | 11011101 | 11011100 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #31DDDC
Complementary color
Monochromatic Colors of #31DDDC
Black with #31DDDC
Text Example
Text Example
White with #31DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDDC; }
p { color: rgb(49,221,220); }
H1.HeaderClassName
{
color: #31DDDC;
}
.AnyTagClassName
{
color: #31DDDC;
}
</style>
background-color css
<style>
a { background-color: #31DDDC; }
a { background-color: rgb(49,221,220); }
div.DivClassName
{
background-color: #31DDDC;
}
.BgClassName
{
background-color: #31DDDC;
}
</style>
border-color css
<style>
span { border-color: #31DDDC; }
span { border-color: rgb(49,221,220); }
td.TdClassName
{
border-color: #31DDDC;
}
.TagClassName
{
border-color: #31DDDC;
}
</style>