Shades of Turquoise #31DAC9
Tints of Turquoise #31DAC9
RGB
CMYK
RGB Variations
Color information
#31DAC9 (or 0x31DAC9) is known color: Turquoise. HEX triplet: 31, DA and C9. RGB value is (49,218,201). Sum of RGB (Red+Green+Blue) = 49+218+201=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAC9 is #CE2536. Grayscale: #A5A5A5. Windows color (decimal): -13509943 or 13228593. OLE color: 13228593.
HSL color Cylindrical-coordinate representation of color #31DAC9: hue angle of 173.96º 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 #31DAC9 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 201 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.15 |
| HSL | 173.96º | 0.7% | 0.52% | - |
| HSV(B) | 173.96º | 0.78% | 0.85% | - |
| XYZ | 36.88 | 55.01 | 63.93 | - |
| YUV | 165.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 201 | 0.78 | 0 | 0.08 | 0.15 | 173.96 | 0.7 | 0.52 |
| Hex | 31 | DA | C9 | 4E | 0 | 8 | F | AE | 46 | 34 |
| Octal | 61 | 332 | 311 | 116 | 0 | 10 | 17 | 256 | 106 | 64 |
| Binary | 110001 | 11011010 | 11001001 | 1001110 | 0 | 1000 | 1111 | 10101110 | 1000110 | 110100 |
Color Harmonies of #31DAC9
Complementary color
Monochromatic Colors of #31DAC9
Black with #31DAC9
Text Example
Text Example
White with #31DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAC9; }
p { color: rgb(49,218,201); }
H1.HeaderClassName
{
color: #31DAC9;
}
.AnyTagClassName
{
color: #31DAC9;
}
</style>
background-color css
<style>
a { background-color: #31DAC9; }
a { background-color: rgb(49,218,201); }
div.DivClassName
{
background-color: #31DAC9;
}
.BgClassName
{
background-color: #31DAC9;
}
</style>
border-color css
<style>
span { border-color: #31DAC9; }
span { border-color: rgb(49,218,201); }
td.TdClassName
{
border-color: #31DAC9;
}
.TagClassName
{
border-color: #31DAC9;
}
</style>