Shades of Turquoise #31DAC3
Tints of Turquoise #31DAC3
RGB
CMYK
RGB Variations
Color information
#31DAC3 (or 0x31DAC3) is known color: Turquoise. HEX triplet: 31, DA and C3. RGB value is (49,218,195). Sum of RGB (Red+Green+Blue) = 49+218+195=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAC3 is #CE253C. Grayscale: #A4A4A4. Windows color (decimal): -13509949 or 12835377. OLE color: 12835377.
HSL color Cylindrical-coordinate representation of color #31DAC3: hue angle of 171.83º 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 #31DAC3 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 195 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.15 |
| HSL | 171.83º | 0.7% | 0.52% | - |
| HSV(B) | 171.83º | 0.78% | 0.85% | - |
| XYZ | 36.19 | 54.74 | 60.29 | - |
| YUV | 164.85 | 145.01 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 195 | 0.78 | 0 | 0.11 | 0.15 | 171.83 | 0.7 | 0.52 |
| Hex | 31 | DA | C3 | 4E | 0 | B | F | AC | 46 | 34 |
| Octal | 61 | 332 | 303 | 116 | 0 | 13 | 17 | 254 | 106 | 64 |
| Binary | 110001 | 11011010 | 11000011 | 1001110 | 0 | 1011 | 1111 | 10101100 | 1000110 | 110100 |
Color Harmonies of #31DAC3
Complementary color
Monochromatic Colors of #31DAC3
Black with #31DAC3
Text Example
Text Example
White with #31DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAC3; }
p { color: rgb(49,218,195); }
H1.HeaderClassName
{
color: #31DAC3;
}
.AnyTagClassName
{
color: #31DAC3;
}
</style>
background-color css
<style>
a { background-color: #31DAC3; }
a { background-color: rgb(49,218,195); }
div.DivClassName
{
background-color: #31DAC3;
}
.BgClassName
{
background-color: #31DAC3;
}
</style>
border-color css
<style>
span { border-color: #31DAC3; }
span { border-color: rgb(49,218,195); }
td.TdClassName
{
border-color: #31DAC3;
}
.TagClassName
{
border-color: #31DAC3;
}
</style>