Shades of Turquoise #31FEEA
Tints of Turquoise #31FEEA
RGB
CMYK
RGB Variations
Color information
#31FEEA (or 0x31FEEA) is known color: Turquoise. HEX triplet: 31, FE and EA. RGB value is (49,254,234). Sum of RGB (Red+Green+Blue) = 49+254+234=537 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.12% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FEEA is #CE0115. Grayscale: #BEBEBE. Windows color (decimal): -13500694 or 15400497. OLE color: 15400497.
HSL color Cylindrical-coordinate representation of color #31FEEA: hue angle of 174.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEEA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 234 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.00 |
| HSL | 174.15º | 0.99% | 0.59% | - |
| HSV(B) | 174.15º | 0.81% | 1% | - |
| XYZ | 51.56 | 77.48 | 90.08 | - |
| YUV | 190.43 | 152.58 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 234 | 0.81 | 0 | 0.08 | 0.00 | 174.15 | 0.99 | 0.59 |
| Hex | 31 | FE | EA | 51 | 0 | 8 | 0 | AE | 63 | 3B |
| Octal | 61 | 376 | 352 | 121 | 0 | 10 | 0 | 256 | 143 | 73 |
| Binary | 110001 | 11111110 | 11101010 | 1010001 | 0 | 1000 | 0 | 10101110 | 1100011 | 111011 |
Color Harmonies of #31FEEA
Complementary color
Monochromatic Colors of #31FEEA
Black with #31FEEA
Text Example
Text Example
White with #31FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEEA; }
p { color: rgb(49,254,234); }
H1.HeaderClassName
{
color: #31FEEA;
}
.AnyTagClassName
{
color: #31FEEA;
}
</style>
background-color css
<style>
a { background-color: #31FEEA; }
a { background-color: rgb(49,254,234); }
div.DivClassName
{
background-color: #31FEEA;
}
.BgClassName
{
background-color: #31FEEA;
}
</style>
border-color css
<style>
span { border-color: #31FEEA; }
span { border-color: rgb(49,254,234); }
td.TdClassName
{
border-color: #31FEEA;
}
.TagClassName
{
border-color: #31FEEA;
}
</style>