Shades of Turquoise #31DDDF
Tints of Turquoise #31DDDF
RGB
CMYK
RGB Variations
Color information
#31DDDF (or 0x31DDDF) is known color: Turquoise. HEX triplet: 31, DD and DF. RGB value is (49,221,223). Sum of RGB (Red+Green+Blue) = 49+221+223=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #31DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDDF is #CE2220. Grayscale: #A9A9A9. Windows color (decimal): -13509153 or 14671153. OLE color: 14671153.
HSL color Cylindrical-coordinate representation of color #31DDDF: hue angle of 180.69º degrees, saturation: 0.73, 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 #31DDDF is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 223 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.13 |
| HSL | 180.69º | 0.73% | 0.53% | - |
| HSV(B) | 180.69º | 0.78% | 0.87% | - |
| XYZ | 40.44 | 57.69 | 78.82 | - |
| YUV | 169.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 223 | 0.78 | 0.01 | 0 | 0.13 | 180.69 | 0.73 | 0.53 |
| Hex | 31 | DD | DF | 4E | 1 | 0 | D | B5 | 49 | 35 |
| Octal | 61 | 335 | 337 | 116 | 1 | 0 | 15 | 265 | 111 | 65 |
| Binary | 110001 | 11011101 | 11011111 | 1001110 | 1 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #31DDDF
Complementary color
Monochromatic Colors of #31DDDF
Black with #31DDDF
Text Example
Text Example
White with #31DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDDF; }
p { color: rgb(49,221,223); }
H1.HeaderClassName
{
color: #31DDDF;
}
.AnyTagClassName
{
color: #31DDDF;
}
</style>
background-color css
<style>
a { background-color: #31DDDF; }
a { background-color: rgb(49,221,223); }
div.DivClassName
{
background-color: #31DDDF;
}
.BgClassName
{
background-color: #31DDDF;
}
</style>
border-color css
<style>
span { border-color: #31DDDF; }
span { border-color: rgb(49,221,223); }
td.TdClassName
{
border-color: #31DDDF;
}
.TagClassName
{
border-color: #31DDDF;
}
</style>