Shades of Turquoise #31DBB6
Tints of Turquoise #31DBB6
RGB
CMYK
RGB Variations
Color information
#31DBB6 (or 0x31DBB6) is known color: Turquoise. HEX triplet: 31, DB and B6. RGB value is (49,219,182). Sum of RGB (Red+Green+Blue) = 49+219+182=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBB6 is #CE2449. Grayscale: #A3A3A3. Windows color (decimal): -13509706 or 11983665. OLE color: 11983665.
HSL color Cylindrical-coordinate representation of color #31DBB6: hue angle of 166.94º 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 #31DBB6 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 182 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.14 |
| HSL | 166.94º | 0.7% | 0.53% | - |
| HSV(B) | 166.94º | 0.78% | 0.86% | - |
| XYZ | 35.04 | 54.69 | 52.97 | - |
| YUV | 163.95 | 138.18 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 182 | 0.78 | 0 | 0.17 | 0.14 | 166.94 | 0.7 | 0.53 |
| Hex | 31 | DB | B6 | 4E | 0 | 11 | E | A7 | 46 | 35 |
| Octal | 61 | 333 | 266 | 116 | 0 | 21 | 16 | 247 | 106 | 65 |
| Binary | 110001 | 11011011 | 10110110 | 1001110 | 0 | 10001 | 1110 | 10100111 | 1000110 | 110101 |
Color Harmonies of #31DBB6
Complementary color
Monochromatic Colors of #31DBB6
Black with #31DBB6
Text Example
Text Example
White with #31DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBB6; }
p { color: rgb(49,219,182); }
H1.HeaderClassName
{
color: #31DBB6;
}
.AnyTagClassName
{
color: #31DBB6;
}
</style>
background-color css
<style>
a { background-color: #31DBB6; }
a { background-color: rgb(49,219,182); }
div.DivClassName
{
background-color: #31DBB6;
}
.BgClassName
{
background-color: #31DBB6;
}
</style>
border-color css
<style>
span { border-color: #31DBB6; }
span { border-color: rgb(49,219,182); }
td.TdClassName
{
border-color: #31DBB6;
}
.TagClassName
{
border-color: #31DBB6;
}
</style>