Shades of Turquoise #31D6DD
Tints of Turquoise #31D6DD
RGB
CMYK
RGB Variations
Color information
#31D6DD (or 0x31D6DD) is known color: Turquoise. HEX triplet: 31, D6 and DD. RGB value is (49,214,221). Sum of RGB (Red+Green+Blue) = 49+214+221=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #31D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6DD is #CE2922. Grayscale: #A5A5A5. Windows color (decimal): -13510947 or 14538289. OLE color: 14538289.
HSL color Cylindrical-coordinate representation of color #31D6DD: hue angle of 182.44º degrees, saturation: 0.72, 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 #31D6DD is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 214 | 221 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.13 |
| HSL | 182.44º | 0.72% | 0.53% | - |
| HSV(B) | 182.44º | 0.78% | 0.87% | - |
| XYZ | 38.36 | 53.97 | 76.8 | - |
| YUV | 165.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 221 | 0.78 | 0.03 | 0 | 0.13 | 182.44 | 0.72 | 0.53 |
| Hex | 31 | D6 | DD | 4E | 3 | 0 | D | B6 | 48 | 35 |
| Octal | 61 | 326 | 335 | 116 | 3 | 0 | 15 | 266 | 110 | 65 |
| Binary | 110001 | 11010110 | 11011101 | 1001110 | 11 | 0 | 1101 | 10110110 | 1001000 | 110101 |
Color Harmonies of #31D6DD
Complementary color
Monochromatic Colors of #31D6DD
Black with #31D6DD
Text Example
Text Example
White with #31D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D6DD; }
p { color: rgb(49,214,221); }
H1.HeaderClassName
{
color: #31D6DD;
}
.AnyTagClassName
{
color: #31D6DD;
}
</style>
background-color css
<style>
a { background-color: #31D6DD; }
a { background-color: rgb(49,214,221); }
div.DivClassName
{
background-color: #31D6DD;
}
.BgClassName
{
background-color: #31D6DD;
}
</style>
border-color css
<style>
span { border-color: #31D6DD; }
span { border-color: rgb(49,214,221); }
td.TdClassName
{
border-color: #31D6DD;
}
.TagClassName
{
border-color: #31D6DD;
}
</style>