Shades of Turquoise #31DCCD
Tints of Turquoise #31DCCD
RGB
CMYK
RGB Variations
Color information
#31DCCD (or 0x31DCCD) is known color: Turquoise. HEX triplet: 31, DC and CD. RGB value is (49,220,205). Sum of RGB (Red+Green+Blue) = 49+220+205=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCCD is #CE2332. Grayscale: #A7A7A7. Windows color (decimal): -13509427 or 13491249. OLE color: 13491249.
HSL color Cylindrical-coordinate representation of color #31DCCD: hue angle of 174.74º 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 #31DCCD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 205 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.14 |
| HSL | 174.74º | 0.71% | 0.53% | - |
| HSV(B) | 174.74º | 0.78% | 0.86% | - |
| XYZ | 37.88 | 56.25 | 66.62 | - |
| YUV | 167.16 | 149.35 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 205 | 0.78 | 0 | 0.07 | 0.14 | 174.74 | 0.71 | 0.53 |
| Hex | 31 | DC | CD | 4E | 0 | 7 | E | AF | 47 | 35 |
| Octal | 61 | 334 | 315 | 116 | 0 | 7 | 16 | 257 | 107 | 65 |
| Binary | 110001 | 11011100 | 11001101 | 1001110 | 0 | 111 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #31DCCD
Complementary color
Monochromatic Colors of #31DCCD
Black with #31DCCD
Text Example
Text Example
White with #31DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCCD; }
p { color: rgb(49,220,205); }
H1.HeaderClassName
{
color: #31DCCD;
}
.AnyTagClassName
{
color: #31DCCD;
}
</style>
background-color css
<style>
a { background-color: #31DCCD; }
a { background-color: rgb(49,220,205); }
div.DivClassName
{
background-color: #31DCCD;
}
.BgClassName
{
background-color: #31DCCD;
}
</style>
border-color css
<style>
span { border-color: #31DCCD; }
span { border-color: rgb(49,220,205); }
td.TdClassName
{
border-color: #31DCCD;
}
.TagClassName
{
border-color: #31DCCD;
}
</style>