Shades of Turquoise #31DBBF
Tints of Turquoise #31DBBF
RGB
CMYK
RGB Variations
Color information
#31DBBF (or 0x31DBBF) is known color: Turquoise. HEX triplet: 31, DB and BF. RGB value is (49,219,191). Sum of RGB (Red+Green+Blue) = 49+219+191=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBBF is #CE2440. Grayscale: #A4A4A4. Windows color (decimal): -13509697 or 12573489. OLE color: 12573489.
HSL color Cylindrical-coordinate representation of color #31DBBF: hue angle of 170.12º 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 #31DBBF is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 191 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.14 |
| HSL | 170.12º | 0.7% | 0.53% | - |
| HSV(B) | 170.12º | 0.78% | 0.86% | - |
| XYZ | 36 | 55.08 | 58.02 | - |
| YUV | 164.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 191 | 0.78 | 0 | 0.13 | 0.14 | 170.12 | 0.7 | 0.53 |
| Hex | 31 | DB | BF | 4E | 0 | D | E | AA | 46 | 35 |
| Octal | 61 | 333 | 277 | 116 | 0 | 15 | 16 | 252 | 106 | 65 |
| Binary | 110001 | 11011011 | 10111111 | 1001110 | 0 | 1101 | 1110 | 10101010 | 1000110 | 110101 |
Color Harmonies of #31DBBF
Complementary color
Monochromatic Colors of #31DBBF
Black with #31DBBF
Text Example
Text Example
White with #31DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBBF; }
p { color: rgb(49,219,191); }
H1.HeaderClassName
{
color: #31DBBF;
}
.AnyTagClassName
{
color: #31DBBF;
}
</style>
background-color css
<style>
a { background-color: #31DBBF; }
a { background-color: rgb(49,219,191); }
div.DivClassName
{
background-color: #31DBBF;
}
.BgClassName
{
background-color: #31DBBF;
}
</style>
border-color css
<style>
span { border-color: #31DBBF; }
span { border-color: rgb(49,219,191); }
td.TdClassName
{
border-color: #31DBBF;
}
.TagClassName
{
border-color: #31DBBF;
}
</style>