Shades of Turquoise #31EFE5
Tints of Turquoise #31EFE5
RGB
CMYK
RGB Variations
Color information
#31EFE5 (or 0x31EFE5) is known color: Turquoise. HEX triplet: 31, EF and E5. RGB value is (49,239,229). Sum of RGB (Red+Green+Blue) = 49+239+229=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFE5 is #CE101A. Grayscale: #B4B4B4. Windows color (decimal): -13504539 or 15068977. OLE color: 15068977.
HSL color Cylindrical-coordinate representation of color #31EFE5: hue angle of 176.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFE5 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 229 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.06 |
| HSL | 176.84º | 0.86% | 0.56% | - |
| HSV(B) | 176.84º | 0.79% | 0.94% | - |
| XYZ | 46.28 | 68.04 | 84.82 | - |
| YUV | 181.05 | 155.05 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 229 | 0.79 | 0 | 0.04 | 0.06 | 176.84 | 0.86 | 0.56 |
| Hex | 31 | EF | E5 | 4F | 0 | 4 | 6 | B1 | 56 | 38 |
| Octal | 61 | 357 | 345 | 117 | 0 | 4 | 6 | 261 | 126 | 70 |
| Binary | 110001 | 11101111 | 11100101 | 1001111 | 0 | 100 | 110 | 10110001 | 1010110 | 111000 |
Color Harmonies of #31EFE5
Complementary color
Monochromatic Colors of #31EFE5
Black with #31EFE5
Text Example
Text Example
White with #31EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFE5; }
p { color: rgb(49,239,229); }
H1.HeaderClassName
{
color: #31EFE5;
}
.AnyTagClassName
{
color: #31EFE5;
}
</style>
background-color css
<style>
a { background-color: #31EFE5; }
a { background-color: rgb(49,239,229); }
div.DivClassName
{
background-color: #31EFE5;
}
.BgClassName
{
background-color: #31EFE5;
}
</style>
border-color css
<style>
span { border-color: #31EFE5; }
span { border-color: rgb(49,239,229); }
td.TdClassName
{
border-color: #31EFE5;
}
.TagClassName
{
border-color: #31EFE5;
}
</style>