Shades of Turquoise #31DDDA
Tints of Turquoise #31DDDA
RGB
CMYK
RGB Variations
Color information
#31DDDA (or 0x31DDDA) is known color: Turquoise. HEX triplet: 31, DD and DA. RGB value is (49,221,218). Sum of RGB (Red+Green+Blue) = 49+221+218=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDDA is #CE2225. Grayscale: #A9A9A9. Windows color (decimal): -13509158 or 14343473. OLE color: 14343473.
HSL color Cylindrical-coordinate representation of color #31DDDA: hue angle of 178.95º 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 #31DDDA is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 218 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.13 |
| HSL | 178.95º | 0.72% | 0.53% | - |
| HSV(B) | 178.95º | 0.78% | 0.87% | - |
| XYZ | 39.78 | 57.43 | 75.32 | - |
| YUV | 169.23 | 155.52 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 218 | 0.78 | 0 | 0.01 | 0.13 | 178.95 | 0.72 | 0.53 |
| Hex | 31 | DD | DA | 4E | 0 | 1 | D | B3 | 48 | 35 |
| Octal | 61 | 335 | 332 | 116 | 0 | 1 | 15 | 263 | 110 | 65 |
| Binary | 110001 | 11011101 | 11011010 | 1001110 | 0 | 1 | 1101 | 10110011 | 1001000 | 110101 |
Color Harmonies of #31DDDA
Complementary color
Monochromatic Colors of #31DDDA
Black with #31DDDA
Text Example
Text Example
White with #31DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDDA; }
p { color: rgb(49,221,218); }
H1.HeaderClassName
{
color: #31DDDA;
}
.AnyTagClassName
{
color: #31DDDA;
}
</style>
background-color css
<style>
a { background-color: #31DDDA; }
a { background-color: rgb(49,221,218); }
div.DivClassName
{
background-color: #31DDDA;
}
.BgClassName
{
background-color: #31DDDA;
}
</style>
border-color css
<style>
span { border-color: #31DDDA; }
span { border-color: rgb(49,221,218); }
td.TdClassName
{
border-color: #31DDDA;
}
.TagClassName
{
border-color: #31DDDA;
}
</style>