Shades of Turquoise #31DCBD
Tints of Turquoise #31DCBD
RGB
CMYK
RGB Variations
Color information
#31DCBD (or 0x31DCBD) is known color: Turquoise. HEX triplet: 31, DC and BD. RGB value is (49,220,189). Sum of RGB (Red+Green+Blue) = 49+220+189=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCBD is #CE2342. Grayscale: #A5A5A5. Windows color (decimal): -13509443 or 12442673. OLE color: 12442673.
HSL color Cylindrical-coordinate representation of color #31DCBD: hue angle of 169.12º 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 #31DCBD is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 189 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.14 |
| HSL | 169.12º | 0.71% | 0.53% | - |
| HSV(B) | 169.12º | 0.78% | 0.86% | - |
| XYZ | 36.05 | 55.51 | 56.96 | - |
| YUV | 165.34 | 141.35 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 189 | 0.78 | 0 | 0.14 | 0.14 | 169.12 | 0.71 | 0.53 |
| Hex | 31 | DC | BD | 4E | 0 | E | E | A9 | 47 | 35 |
| Octal | 61 | 334 | 275 | 116 | 0 | 16 | 16 | 251 | 107 | 65 |
| Binary | 110001 | 11011100 | 10111101 | 1001110 | 0 | 1110 | 1110 | 10101001 | 1000111 | 110101 |
Color Harmonies of #31DCBD
Complementary color
Monochromatic Colors of #31DCBD
Black with #31DCBD
Text Example
Text Example
White with #31DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCBD; }
p { color: rgb(49,220,189); }
H1.HeaderClassName
{
color: #31DCBD;
}
.AnyTagClassName
{
color: #31DCBD;
}
</style>
background-color css
<style>
a { background-color: #31DCBD; }
a { background-color: rgb(49,220,189); }
div.DivClassName
{
background-color: #31DCBD;
}
.BgClassName
{
background-color: #31DCBD;
}
</style>
border-color css
<style>
span { border-color: #31DCBD; }
span { border-color: rgb(49,220,189); }
td.TdClassName
{
border-color: #31DCBD;
}
.TagClassName
{
border-color: #31DCBD;
}
</style>