Shades of Turquoise #31EDDD
Tints of Turquoise #31EDDD
RGB
CMYK
RGB Variations
Color information
#31EDDD (or 0x31EDDD) is known color: Turquoise. HEX triplet: 31, ED and DD. RGB value is (49,237,221). Sum of RGB (Red+Green+Blue) = 49+237+221=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EDDD is #CE1222. Grayscale: #B2B2B2. Windows color (decimal): -13505059 or 14544177. OLE color: 14544177.
HSL color Cylindrical-coordinate representation of color #31EDDD: hue angle of 174.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDDD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 221 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.07 |
| HSL | 174.89º | 0.84% | 0.56% | - |
| HSV(B) | 174.89º | 0.79% | 0.93% | - |
| XYZ | 44.6 | 66.44 | 78.88 | - |
| YUV | 178.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 221 | 0.79 | 0 | 0.07 | 0.07 | 174.89 | 0.84 | 0.56 |
| Hex | 31 | ED | DD | 4F | 0 | 7 | 7 | AF | 54 | 38 |
| Octal | 61 | 355 | 335 | 117 | 0 | 7 | 7 | 257 | 124 | 70 |
| Binary | 110001 | 11101101 | 11011101 | 1001111 | 0 | 111 | 111 | 10101111 | 1010100 | 111000 |
Color Harmonies of #31EDDD
Complementary color
Monochromatic Colors of #31EDDD
Black with #31EDDD
Text Example
Text Example
White with #31EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDDD; }
p { color: rgb(49,237,221); }
H1.HeaderClassName
{
color: #31EDDD;
}
.AnyTagClassName
{
color: #31EDDD;
}
</style>
background-color css
<style>
a { background-color: #31EDDD; }
a { background-color: rgb(49,237,221); }
div.DivClassName
{
background-color: #31EDDD;
}
.BgClassName
{
background-color: #31EDDD;
}
</style>
border-color css
<style>
span { border-color: #31EDDD; }
span { border-color: rgb(49,237,221); }
td.TdClassName
{
border-color: #31EDDD;
}
.TagClassName
{
border-color: #31EDDD;
}
</style>