Shades of Turquoise #31DDDD
Tints of Turquoise #31DDDD
RGB
CMYK
RGB Variations
Color information
#31DDDD (or 0x31DDDD) is known color: Turquoise. HEX triplet: 31, DD and DD. RGB value is (49,221,221). Sum of RGB (Red+Green+Blue) = 49+221+221=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #31DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDDD is #CE2222. Grayscale: #A9A9A9. Windows color (decimal): -13509155 or 14540081. OLE color: 14540081.
HSL color Cylindrical-coordinate representation of color #31DDDD: hue angle of 180º 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 #31DDDD is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 221 | - |
| CMYK | 0.78 | 0 | 0 | 0.13 |
| HSL | 180º | 0.72% | 0.53% | - |
| HSV(B) | 180º | 0.78% | 0.87% | - |
| XYZ | 40.17 | 57.59 | 77.4 | - |
| YUV | 169.57 | 157.02 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 221 | 0.78 | 0 | 0 | 0.13 | 180 | 0.72 | 0.53 |
| Hex | 31 | DD | DD | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 61 | 335 | 335 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110001 | 11011101 | 11011101 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #31DDDD
Complementary color
Monochromatic Colors of #31DDDD
Black with #31DDDD
Text Example
Text Example
White with #31DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDDD; }
p { color: rgb(49,221,221); }
H1.HeaderClassName
{
color: #31DDDD;
}
.AnyTagClassName
{
color: #31DDDD;
}
</style>
background-color css
<style>
a { background-color: #31DDDD; }
a { background-color: rgb(49,221,221); }
div.DivClassName
{
background-color: #31DDDD;
}
.BgClassName
{
background-color: #31DDDD;
}
</style>
border-color css
<style>
span { border-color: #31DDDD; }
span { border-color: rgb(49,221,221); }
td.TdClassName
{
border-color: #31DDDD;
}
.TagClassName
{
border-color: #31DDDD;
}
</style>