Shades of Turquoise #31FFEA
Tints of Turquoise #31FFEA
RGB
CMYK
RGB Variations
Color information
#31FFEA (or 0x31FFEA) is known color: Turquoise. HEX triplet: 31, FF and EA. RGB value is (49,255,234). Sum of RGB (Red+Green+Blue) = 49+255+234=538 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.11% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FFEA is #CE0015. Grayscale: #BEBEBE. Windows color (decimal): -13500438 or 15400753. OLE color: 15400753.
HSL color Cylindrical-coordinate representation of color #31FFEA: hue angle of 173.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFEA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 234 | - |
| CMYK | 0.81 | 0 | 0.08 | 0 |
| HSL | 173.88º | 1% | 0.6% | - |
| HSV(B) | 173.88º | 0.81% | 1% | - |
| XYZ | 51.88 | 78.11 | 90.19 | - |
| YUV | 191.01 | 152.25 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 234 | 0.81 | 0 | 0.08 | 0 | 173.88 | 1 | 0.6 |
| Hex | 31 | FF | EA | 51 | 0 | 8 | 0 | AE | 64 | 3C |
| Octal | 61 | 377 | 352 | 121 | 0 | 10 | 0 | 256 | 144 | 74 |
| Binary | 110001 | 11111111 | 11101010 | 1010001 | 0 | 1000 | 0 | 10101110 | 1100100 | 111100 |
Color Harmonies of #31FFEA
Complementary color
Monochromatic Colors of #31FFEA
Black with #31FFEA
Text Example
Text Example
White with #31FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFEA; }
p { color: rgb(49,255,234); }
H1.HeaderClassName
{
color: #31FFEA;
}
.AnyTagClassName
{
color: #31FFEA;
}
</style>
background-color css
<style>
a { background-color: #31FFEA; }
a { background-color: rgb(49,255,234); }
div.DivClassName
{
background-color: #31FFEA;
}
.BgClassName
{
background-color: #31FFEA;
}
</style>
border-color css
<style>
span { border-color: #31FFEA; }
span { border-color: rgb(49,255,234); }
td.TdClassName
{
border-color: #31FFEA;
}
.TagClassName
{
border-color: #31FFEA;
}
</style>