Shades of Turquoise #31D4DC
Tints of Turquoise #31D4DC
RGB
CMYK
RGB Variations
Color information
#31D4DC (or 0x31D4DC) is known color: Turquoise. HEX triplet: 31, D4 and DC. RGB value is (49,212,220). Sum of RGB (Red+Green+Blue) = 49+212+220=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #31D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D4DC is #CE2B23. Grayscale: #A3A3A3. Windows color (decimal): -13511460 or 14472241. OLE color: 14472241.
HSL color Cylindrical-coordinate representation of color #31D4DC: hue angle of 182.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31D4DC is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 212 | 220 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.14 |
| HSL | 182.81º | 0.71% | 0.53% | - |
| HSV(B) | 182.81º | 0.78% | 0.86% | - |
| XYZ | 37.73 | 52.91 | 75.93 | - |
| YUV | 164.18 | 159.5 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 220 | 0.78 | 0.04 | 0 | 0.14 | 182.81 | 0.71 | 0.53 |
| Hex | 31 | D4 | DC | 4E | 4 | 0 | E | B7 | 47 | 35 |
| Octal | 61 | 324 | 334 | 116 | 4 | 0 | 16 | 267 | 107 | 65 |
| Binary | 110001 | 11010100 | 11011100 | 1001110 | 100 | 0 | 1110 | 10110111 | 1000111 | 110101 |
Color Harmonies of #31D4DC
Complementary color
Monochromatic Colors of #31D4DC
Black with #31D4DC
Text Example
Text Example
White with #31D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D4DC; }
p { color: rgb(49,212,220); }
H1.HeaderClassName
{
color: #31D4DC;
}
.AnyTagClassName
{
color: #31D4DC;
}
</style>
background-color css
<style>
a { background-color: #31D4DC; }
a { background-color: rgb(49,212,220); }
div.DivClassName
{
background-color: #31D4DC;
}
.BgClassName
{
background-color: #31D4DC;
}
</style>
border-color css
<style>
span { border-color: #31D4DC; }
span { border-color: rgb(49,212,220); }
td.TdClassName
{
border-color: #31D4DC;
}
.TagClassName
{
border-color: #31D4DC;
}
</style>