Shades of Turquoise #31DDD9
Tints of Turquoise #31DDD9
RGB
CMYK
RGB Variations
Color information
#31DDD9 (or 0x31DDD9) is known color: Turquoise. HEX triplet: 31, DD and D9. RGB value is (49,221,217). Sum of RGB (Red+Green+Blue) = 49+221+217=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDD9 is #CE2226. Grayscale: #A8A8A8. Windows color (decimal): -13509159 or 14277937. OLE color: 14277937.
HSL color Cylindrical-coordinate representation of color #31DDD9: hue angle of 178.6º 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 #31DDD9 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 217 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.13 |
| HSL | 178.6º | 0.72% | 0.53% | - |
| HSV(B) | 178.6º | 0.78% | 0.87% | - |
| XYZ | 39.65 | 57.38 | 74.63 | - |
| YUV | 169.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 217 | 0.78 | 0 | 0.02 | 0.13 | 178.6 | 0.72 | 0.53 |
| Hex | 31 | DD | D9 | 4E | 0 | 2 | D | B3 | 48 | 35 |
| Octal | 61 | 335 | 331 | 116 | 0 | 2 | 15 | 263 | 110 | 65 |
| Binary | 110001 | 11011101 | 11011001 | 1001110 | 0 | 10 | 1101 | 10110011 | 1001000 | 110101 |
Color Harmonies of #31DDD9
Complementary color
Monochromatic Colors of #31DDD9
Black with #31DDD9
Text Example
Text Example
White with #31DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDD9; }
p { color: rgb(49,221,217); }
H1.HeaderClassName
{
color: #31DDD9;
}
.AnyTagClassName
{
color: #31DDD9;
}
</style>
background-color css
<style>
a { background-color: #31DDD9; }
a { background-color: rgb(49,221,217); }
div.DivClassName
{
background-color: #31DDD9;
}
.BgClassName
{
background-color: #31DDD9;
}
</style>
border-color css
<style>
span { border-color: #31DDD9; }
span { border-color: rgb(49,221,217); }
td.TdClassName
{
border-color: #31DDD9;
}
.TagClassName
{
border-color: #31DDD9;
}
</style>