Shades of Turquoise #31E2E5
Tints of Turquoise #31E2E5
RGB
CMYK
RGB Variations
Color information
#31E2E5 (or 0x31E2E5) is known color: Turquoise. HEX triplet: 31, E2 and E5. RGB value is (49,226,229). Sum of RGB (Red+Green+Blue) = 49+226+229=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #31E2E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E2E5 is #CE1D1A. Grayscale: #ADADAD. Windows color (decimal): -13507867 or 15065649. OLE color: 15065649.
HSL color Cylindrical-coordinate representation of color #31E2E5: hue angle of 181º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E2E5 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 226 | 229 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.10 |
| HSL | 181º | 0.78% | 0.55% | - |
| HSV(B) | 181º | 0.79% | 0.9% | - |
| XYZ | 42.61 | 60.7 | 83.6 | - |
| YUV | 173.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 229 | 0.79 | 0.01 | 0 | 0.10 | 181 | 0.78 | 0.55 |
| Hex | 31 | E2 | E5 | 4F | 1 | 0 | A | B5 | 4E | 37 |
| Octal | 61 | 342 | 345 | 117 | 1 | 0 | 12 | 265 | 116 | 67 |
| Binary | 110001 | 11100010 | 11100101 | 1001111 | 1 | 0 | 1010 | 10110101 | 1001110 | 110111 |
Color Harmonies of #31E2E5
Complementary color
Monochromatic Colors of #31E2E5
Black with #31E2E5
Text Example
Text Example
White with #31E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2E5; }
p { color: rgb(49,226,229); }
H1.HeaderClassName
{
color: #31E2E5;
}
.AnyTagClassName
{
color: #31E2E5;
}
</style>
background-color css
<style>
a { background-color: #31E2E5; }
a { background-color: rgb(49,226,229); }
div.DivClassName
{
background-color: #31E2E5;
}
.BgClassName
{
background-color: #31E2E5;
}
</style>
border-color css
<style>
span { border-color: #31E2E5; }
span { border-color: rgb(49,226,229); }
td.TdClassName
{
border-color: #31E2E5;
}
.TagClassName
{
border-color: #31E2E5;
}
</style>