Shades of Turquoise #31DFDA
Tints of Turquoise #31DFDA
RGB
CMYK
RGB Variations
Color information
#31DFDA (or 0x31DFDA) is known color: Turquoise. HEX triplet: 31, DF and DA. RGB value is (49,223,218). Sum of RGB (Red+Green+Blue) = 49+223+218=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFDA is #CE2025. Grayscale: #AAAAAA. Windows color (decimal): -13508646 or 14343985. OLE color: 14343985.
HSL color Cylindrical-coordinate representation of color #31DFDA: hue angle of 178.28º 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 #31DFDA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 218 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.13 |
| HSL | 178.28º | 0.73% | 0.53% | - |
| HSV(B) | 178.28º | 0.78% | 0.87% | - |
| XYZ | 40.31 | 58.49 | 75.49 | - |
| YUV | 170.4 | 154.85 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 218 | 0.78 | 0 | 0.02 | 0.13 | 178.28 | 0.73 | 0.53 |
| Hex | 31 | DF | DA | 4E | 0 | 2 | D | B2 | 49 | 35 |
| Octal | 61 | 337 | 332 | 116 | 0 | 2 | 15 | 262 | 111 | 65 |
| Binary | 110001 | 11011111 | 11011010 | 1001110 | 0 | 10 | 1101 | 10110010 | 1001001 | 110101 |
Color Harmonies of #31DFDA
Complementary color
Monochromatic Colors of #31DFDA
Black with #31DFDA
Text Example
Text Example
White with #31DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFDA; }
p { color: rgb(49,223,218); }
H1.HeaderClassName
{
color: #31DFDA;
}
.AnyTagClassName
{
color: #31DFDA;
}
</style>
background-color css
<style>
a { background-color: #31DFDA; }
a { background-color: rgb(49,223,218); }
div.DivClassName
{
background-color: #31DFDA;
}
.BgClassName
{
background-color: #31DFDA;
}
</style>
border-color css
<style>
span { border-color: #31DFDA; }
span { border-color: rgb(49,223,218); }
td.TdClassName
{
border-color: #31DFDA;
}
.TagClassName
{
border-color: #31DFDA;
}
</style>