Shades of Turquoise #31DFBC
Tints of Turquoise #31DFBC
RGB
CMYK
RGB Variations
Color information
#31DFBC (or 0x31DFBC) is known color: Turquoise. HEX triplet: 31, DF and BC. RGB value is (49,223,188). Sum of RGB (Red+Green+Blue) = 49+223+188=460 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.65% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFBC is #CE2043. Grayscale: #A6A6A6. Windows color (decimal): -13508676 or 12377905. OLE color: 12377905.
HSL color Cylindrical-coordinate representation of color #31DFBC: hue angle of 167.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFBC is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 188 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.13 |
| HSL | 167.93º | 0.73% | 0.53% | - |
| HSV(B) | 167.93º | 0.78% | 0.87% | - |
| XYZ | 36.73 | 57.06 | 56.65 | - |
| YUV | 166.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 188 | 0.78 | 0 | 0.16 | 0.13 | 167.93 | 0.73 | 0.53 |
| Hex | 31 | DF | BC | 4E | 0 | 10 | D | A8 | 49 | 35 |
| Octal | 61 | 337 | 274 | 116 | 0 | 20 | 15 | 250 | 111 | 65 |
| Binary | 110001 | 11011111 | 10111100 | 1001110 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #31DFBC
Complementary color
Monochromatic Colors of #31DFBC
Black with #31DFBC
Text Example
Text Example
White with #31DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFBC; }
p { color: rgb(49,223,188); }
H1.HeaderClassName
{
color: #31DFBC;
}
.AnyTagClassName
{
color: #31DFBC;
}
</style>
background-color css
<style>
a { background-color: #31DFBC; }
a { background-color: rgb(49,223,188); }
div.DivClassName
{
background-color: #31DFBC;
}
.BgClassName
{
background-color: #31DFBC;
}
</style>
border-color css
<style>
span { border-color: #31DFBC; }
span { border-color: rgb(49,223,188); }
td.TdClassName
{
border-color: #31DFBC;
}
.TagClassName
{
border-color: #31DFBC;
}
</style>