Shades of Turquoise #31DCD9
Tints of Turquoise #31DCD9
RGB
CMYK
RGB Variations
Color information
#31DCD9 (or 0x31DCD9) is known color: Turquoise. HEX triplet: 31, DC and D9. RGB value is (49,220,217). Sum of RGB (Red+Green+Blue) = 49+220+217=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCD9 is #CE2326. Grayscale: #A8A8A8. Windows color (decimal): -13509415 or 14277681. OLE color: 14277681.
HSL color Cylindrical-coordinate representation of color #31DCD9: hue angle of 178.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCD9 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 217 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.14 |
| HSL | 178.95º | 0.71% | 0.53% | - |
| HSV(B) | 178.95º | 0.78% | 0.86% | - |
| XYZ | 39.38 | 56.85 | 74.54 | - |
| YUV | 168.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 217 | 0.78 | 0 | 0.01 | 0.14 | 178.95 | 0.71 | 0.53 |
| Hex | 31 | DC | D9 | 4E | 0 | 1 | E | B3 | 47 | 35 |
| Octal | 61 | 334 | 331 | 116 | 0 | 1 | 16 | 263 | 107 | 65 |
| Binary | 110001 | 11011100 | 11011001 | 1001110 | 0 | 1 | 1110 | 10110011 | 1000111 | 110101 |
Color Harmonies of #31DCD9
Complementary color
Monochromatic Colors of #31DCD9
Black with #31DCD9
Text Example
Text Example
White with #31DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCD9; }
p { color: rgb(49,220,217); }
H1.HeaderClassName
{
color: #31DCD9;
}
.AnyTagClassName
{
color: #31DCD9;
}
</style>
background-color css
<style>
a { background-color: #31DCD9; }
a { background-color: rgb(49,220,217); }
div.DivClassName
{
background-color: #31DCD9;
}
.BgClassName
{
background-color: #31DCD9;
}
</style>
border-color css
<style>
span { border-color: #31DCD9; }
span { border-color: rgb(49,220,217); }
td.TdClassName
{
border-color: #31DCD9;
}
.TagClassName
{
border-color: #31DCD9;
}
</style>