Shades of Turquoise #31D5CD
Tints of Turquoise #31D5CD
RGB
CMYK
RGB Variations
Color information
#31D5CD (or 0x31D5CD) is known color: Turquoise. HEX triplet: 31, D5 and CD. RGB value is (49,213,205). Sum of RGB (Red+Green+Blue) = 49+213+205=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5CD is #CE2A32. Grayscale: #A2A2A2. Windows color (decimal): -13511219 or 13489457. OLE color: 13489457.
HSL color Cylindrical-coordinate representation of color #31D5CD: hue angle of 177.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5CD is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 205 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.16 |
| HSL | 177.07º | 0.66% | 0.51% | - |
| HSV(B) | 177.07º | 0.77% | 0.84% | - |
| XYZ | 36.08 | 52.65 | 66.02 | - |
| YUV | 163.05 | 151.67 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 205 | 0.77 | 0 | 0.04 | 0.16 | 177.07 | 0.66 | 0.51 |
| Hex | 31 | D5 | CD | 4D | 0 | 4 | 10 | B1 | 42 | 33 |
| Octal | 61 | 325 | 315 | 115 | 0 | 4 | 20 | 261 | 102 | 63 |
| Binary | 110001 | 11010101 | 11001101 | 1001101 | 0 | 100 | 10000 | 10110001 | 1000010 | 110011 |
Color Harmonies of #31D5CD
Complementary color
Monochromatic Colors of #31D5CD
Black with #31D5CD
Text Example
Text Example
White with #31D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D5CD; }
p { color: rgb(49,213,205); }
H1.HeaderClassName
{
color: #31D5CD;
}
.AnyTagClassName
{
color: #31D5CD;
}
</style>
background-color css
<style>
a { background-color: #31D5CD; }
a { background-color: rgb(49,213,205); }
div.DivClassName
{
background-color: #31D5CD;
}
.BgClassName
{
background-color: #31D5CD;
}
</style>
border-color css
<style>
span { border-color: #31D5CD; }
span { border-color: rgb(49,213,205); }
td.TdClassName
{
border-color: #31D5CD;
}
.TagClassName
{
border-color: #31D5CD;
}
</style>