Shades of Turquoise #31DDD8
Tints of Turquoise #31DDD8
RGB
CMYK
RGB Variations
Color information
#31DDD8 (or 0x31DDD8) is known color: Turquoise. HEX triplet: 31, DD and D8. RGB value is (49,221,216). Sum of RGB (Red+Green+Blue) = 49+221+216=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDD8 is #CE2227. Grayscale: #A8A8A8. Windows color (decimal): -13509160 or 14212401. OLE color: 14212401.
HSL color Cylindrical-coordinate representation of color #31DDD8: hue angle of 178.26º 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 #31DDD8 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 216 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.13 |
| HSL | 178.26º | 0.72% | 0.53% | - |
| HSV(B) | 178.26º | 0.78% | 0.87% | - |
| XYZ | 39.52 | 57.32 | 73.95 | - |
| YUV | 169 | 154.52 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 216 | 0.78 | 0 | 0.02 | 0.13 | 178.26 | 0.72 | 0.53 |
| Hex | 31 | DD | D8 | 4E | 0 | 2 | D | B2 | 48 | 35 |
| Octal | 61 | 335 | 330 | 116 | 0 | 2 | 15 | 262 | 110 | 65 |
| Binary | 110001 | 11011101 | 11011000 | 1001110 | 0 | 10 | 1101 | 10110010 | 1001000 | 110101 |
Color Harmonies of #31DDD8
Complementary color
Monochromatic Colors of #31DDD8
Black with #31DDD8
Text Example
Text Example
White with #31DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDD8; }
p { color: rgb(49,221,216); }
H1.HeaderClassName
{
color: #31DDD8;
}
.AnyTagClassName
{
color: #31DDD8;
}
</style>
background-color css
<style>
a { background-color: #31DDD8; }
a { background-color: rgb(49,221,216); }
div.DivClassName
{
background-color: #31DDD8;
}
.BgClassName
{
background-color: #31DDD8;
}
</style>
border-color css
<style>
span { border-color: #31DDD8; }
span { border-color: rgb(49,221,216); }
td.TdClassName
{
border-color: #31DDD8;
}
.TagClassName
{
border-color: #31DDD8;
}
</style>