Shades of Turquoise #31E8DD
Tints of Turquoise #31E8DD
RGB
CMYK
RGB Variations
Color information
#31E8DD (or 0x31E8DD) is known color: Turquoise. HEX triplet: 31, E8 and DD. RGB value is (49,232,221). Sum of RGB (Red+Green+Blue) = 49+232+221=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #31E8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E8DD is #CE1722. Grayscale: #AFAFAF. Windows color (decimal): -13506339 or 14542897. OLE color: 14542897.
HSL color Cylindrical-coordinate representation of color #31E8DD: hue angle of 176.39º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E8DD is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 232 | 221 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.09 |
| HSL | 176.39º | 0.8% | 0.55% | - |
| HSV(B) | 176.39º | 0.79% | 0.91% | - |
| XYZ | 43.17 | 63.59 | 78.4 | - |
| YUV | 176.03 | 153.37 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 232 | 221 | 0.79 | 0 | 0.05 | 0.09 | 176.39 | 0.8 | 0.55 |
| Hex | 31 | E8 | DD | 4F | 0 | 5 | 9 | B0 | 50 | 37 |
| Octal | 61 | 350 | 335 | 117 | 0 | 5 | 11 | 260 | 120 | 67 |
| Binary | 110001 | 11101000 | 11011101 | 1001111 | 0 | 101 | 1001 | 10110000 | 1010000 | 110111 |
Color Harmonies of #31E8DD
Complementary color
Monochromatic Colors of #31E8DD
Black with #31E8DD
Text Example
Text Example
White with #31E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E8DD; }
p { color: rgb(49,232,221); }
H1.HeaderClassName
{
color: #31E8DD;
}
.AnyTagClassName
{
color: #31E8DD;
}
</style>
background-color css
<style>
a { background-color: #31E8DD; }
a { background-color: rgb(49,232,221); }
div.DivClassName
{
background-color: #31E8DD;
}
.BgClassName
{
background-color: #31E8DD;
}
</style>
border-color css
<style>
span { border-color: #31E8DD; }
span { border-color: rgb(49,232,221); }
td.TdClassName
{
border-color: #31E8DD;
}
.TagClassName
{
border-color: #31E8DD;
}
</style>