Shades of Turquoise #31DBBD
Tints of Turquoise #31DBBD
RGB
CMYK
RGB Variations
Color information
#31DBBD (or 0x31DBBD) is known color: Turquoise. HEX triplet: 31, DB and BD. RGB value is (49,219,189). Sum of RGB (Red+Green+Blue) = 49+219+189=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBBD is #CE2442. Grayscale: #A4A4A4. Windows color (decimal): -13509699 or 12442417. OLE color: 12442417.
HSL color Cylindrical-coordinate representation of color #31DBBD: hue angle of 169.41º degrees, saturation: 0.7, 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 #31DBBD is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 189 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.14 |
| HSL | 169.41º | 0.7% | 0.53% | - |
| HSV(B) | 169.41º | 0.78% | 0.86% | - |
| XYZ | 35.78 | 54.99 | 56.87 | - |
| YUV | 164.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 189 | 0.78 | 0 | 0.14 | 0.14 | 169.41 | 0.7 | 0.53 |
| Hex | 31 | DB | BD | 4E | 0 | E | E | A9 | 46 | 35 |
| Octal | 61 | 333 | 275 | 116 | 0 | 16 | 16 | 251 | 106 | 65 |
| Binary | 110001 | 11011011 | 10111101 | 1001110 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110101 |
Color Harmonies of #31DBBD
Complementary color
Monochromatic Colors of #31DBBD
Black with #31DBBD
Text Example
Text Example
White with #31DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBBD; }
p { color: rgb(49,219,189); }
H1.HeaderClassName
{
color: #31DBBD;
}
.AnyTagClassName
{
color: #31DBBD;
}
</style>
background-color css
<style>
a { background-color: #31DBBD; }
a { background-color: rgb(49,219,189); }
div.DivClassName
{
background-color: #31DBBD;
}
.BgClassName
{
background-color: #31DBBD;
}
</style>
border-color css
<style>
span { border-color: #31DBBD; }
span { border-color: rgb(49,219,189); }
td.TdClassName
{
border-color: #31DBBD;
}
.TagClassName
{
border-color: #31DBBD;
}
</style>