Shades of Turquoise #31D3DD
Tints of Turquoise #31D3DD
RGB
CMYK
RGB Variations
Color information
#31D3DD (or 0x31D3DD) is known color: Turquoise. HEX triplet: 31, D3 and DD. RGB value is (49,211,221). Sum of RGB (Red+Green+Blue) = 49+211+221=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #31D3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D3DD is #CE2C22. Grayscale: #A3A3A3. Windows color (decimal): -13511715 or 14537521. OLE color: 14537521.
HSL color Cylindrical-coordinate representation of color #31D3DD: hue angle of 183.49º 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 #31D3DD is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 211 | 221 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.13 |
| HSL | 183.49º | 0.72% | 0.53% | - |
| HSV(B) | 183.49º | 0.78% | 0.87% | - |
| XYZ | 37.61 | 52.46 | 76.55 | - |
| YUV | 163.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 221 | 0.78 | 0.05 | 0 | 0.13 | 183.49 | 0.72 | 0.53 |
| Hex | 31 | D3 | DD | 4E | 5 | 0 | D | B7 | 48 | 35 |
| Octal | 61 | 323 | 335 | 116 | 5 | 0 | 15 | 267 | 110 | 65 |
| Binary | 110001 | 11010011 | 11011101 | 1001110 | 101 | 0 | 1101 | 10110111 | 1001000 | 110101 |
Color Harmonies of #31D3DD
Complementary color
Monochromatic Colors of #31D3DD
Black with #31D3DD
Text Example
Text Example
White with #31D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D3DD; }
p { color: rgb(49,211,221); }
H1.HeaderClassName
{
color: #31D3DD;
}
.AnyTagClassName
{
color: #31D3DD;
}
</style>
background-color css
<style>
a { background-color: #31D3DD; }
a { background-color: rgb(49,211,221); }
div.DivClassName
{
background-color: #31D3DD;
}
.BgClassName
{
background-color: #31D3DD;
}
</style>
border-color css
<style>
span { border-color: #31D3DD; }
span { border-color: rgb(49,211,221); }
td.TdClassName
{
border-color: #31D3DD;
}
.TagClassName
{
border-color: #31D3DD;
}
</style>