Shades of Turquoise #31DABA
Tints of Turquoise #31DABA
RGB
CMYK
RGB Variations
Color information
#31DABA (or 0x31DABA) is known color: Turquoise. HEX triplet: 31, DA and BA. RGB value is (49,218,186). Sum of RGB (Red+Green+Blue) = 49+218+186=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #31DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DABA is #CE2545. Grayscale: #A3A3A3. Windows color (decimal): -13509958 or 12245553. OLE color: 12245553.
HSL color Cylindrical-coordinate representation of color #31DABA: hue angle of 168.64º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DABA is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 186 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.15 |
| HSL | 168.64º | 0.7% | 0.52% | - |
| HSV(B) | 168.64º | 0.78% | 0.85% | - |
| XYZ | 35.2 | 54.34 | 55.09 | - |
| YUV | 163.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 186 | 0.78 | 0 | 0.15 | 0.15 | 168.64 | 0.7 | 0.52 |
| Hex | 31 | DA | BA | 4E | 0 | F | F | A9 | 46 | 34 |
| Octal | 61 | 332 | 272 | 116 | 0 | 17 | 17 | 251 | 106 | 64 |
| Binary | 110001 | 11011010 | 10111010 | 1001110 | 0 | 1111 | 1111 | 10101001 | 1000110 | 110100 |
Color Harmonies of #31DABA
Complementary color
Monochromatic Colors of #31DABA
Black with #31DABA
Text Example
Text Example
White with #31DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DABA; }
p { color: rgb(49,218,186); }
H1.HeaderClassName
{
color: #31DABA;
}
.AnyTagClassName
{
color: #31DABA;
}
</style>
background-color css
<style>
a { background-color: #31DABA; }
a { background-color: rgb(49,218,186); }
div.DivClassName
{
background-color: #31DABA;
}
.BgClassName
{
background-color: #31DABA;
}
</style>
border-color css
<style>
span { border-color: #31DABA; }
span { border-color: rgb(49,218,186); }
td.TdClassName
{
border-color: #31DABA;
}
.TagClassName
{
border-color: #31DABA;
}
</style>