Shades of Turquoise #31DBD3
Tints of Turquoise #31DBD3
RGB
CMYK
RGB Variations
Color information
#31DBD3 (or 0x31DBD3) is known color: Turquoise. HEX triplet: 31, DB and D3. RGB value is (49,219,211). Sum of RGB (Red+Green+Blue) = 49+219+211=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBD3 is #CE242C. Grayscale: #A7A7A7. Windows color (decimal): -13509677 or 13884209. OLE color: 13884209.
HSL color Cylindrical-coordinate representation of color #31DBD3: hue angle of 177.18º degrees, saturation: 0.7, 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 #31DBD3 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 219 | 211 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.14 |
| HSL | 177.18º | 0.7% | 0.53% | - |
| HSV(B) | 177.18º | 0.78% | 0.86% | - |
| XYZ | 38.36 | 56.02 | 70.42 | - |
| YUV | 167.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 211 | 0.78 | 0 | 0.04 | 0.14 | 177.18 | 0.7 | 0.53 |
| Hex | 31 | DB | D3 | 4E | 0 | 4 | E | B1 | 46 | 35 |
| Octal | 61 | 333 | 323 | 116 | 0 | 4 | 16 | 261 | 106 | 65 |
| Binary | 110001 | 11011011 | 11010011 | 1001110 | 0 | 100 | 1110 | 10110001 | 1000110 | 110101 |
Color Harmonies of #31DBD3
Complementary color
Monochromatic Colors of #31DBD3
Black with #31DBD3
Text Example
Text Example
White with #31DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBD3; }
p { color: rgb(49,219,211); }
H1.HeaderClassName
{
color: #31DBD3;
}
.AnyTagClassName
{
color: #31DBD3;
}
</style>
background-color css
<style>
a { background-color: #31DBD3; }
a { background-color: rgb(49,219,211); }
div.DivClassName
{
background-color: #31DBD3;
}
.BgClassName
{
background-color: #31DBD3;
}
</style>
border-color css
<style>
span { border-color: #31DBD3; }
span { border-color: rgb(49,219,211); }
td.TdClassName
{
border-color: #31DBD3;
}
.TagClassName
{
border-color: #31DBD3;
}
</style>