Shades of Turquoise #31FEEE
Tints of Turquoise #31FEEE
RGB
CMYK
RGB Variations
Color information
#31FEEE (or 0x31FEEE) is known color: Turquoise. HEX triplet: 31, FE and EE. RGB value is (49,254,238). Sum of RGB (Red+Green+Blue) = 49+254+238=541 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.06% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FEEE is #CE0111. Grayscale: #BEBEBE. Windows color (decimal): -13500690 or 15662641. OLE color: 15662641.
HSL color Cylindrical-coordinate representation of color #31FEEE: hue angle of 175.32º 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 #31FEEE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 238 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.00 |
| HSL | 175.32º | 0.99% | 0.59% | - |
| HSV(B) | 175.32º | 0.81% | 1% | - |
| XYZ | 52.14 | 77.71 | 93.14 | - |
| YUV | 190.88 | 154.58 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 238 | 0.81 | 0 | 0.06 | 0.00 | 175.32 | 0.99 | 0.59 |
| Hex | 31 | FE | EE | 51 | 0 | 6 | 0 | AF | 63 | 3B |
| Octal | 61 | 376 | 356 | 121 | 0 | 6 | 0 | 257 | 143 | 73 |
| Binary | 110001 | 11111110 | 11101110 | 1010001 | 0 | 110 | 0 | 10101111 | 1100011 | 111011 |
Color Harmonies of #31FEEE
Complementary color
Monochromatic Colors of #31FEEE
Black with #31FEEE
Text Example
Text Example
White with #31FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEEE; }
p { color: rgb(49,254,238); }
H1.HeaderClassName
{
color: #31FEEE;
}
.AnyTagClassName
{
color: #31FEEE;
}
</style>
background-color css
<style>
a { background-color: #31FEEE; }
a { background-color: rgb(49,254,238); }
div.DivClassName
{
background-color: #31FEEE;
}
.BgClassName
{
background-color: #31FEEE;
}
</style>
border-color css
<style>
span { border-color: #31FEEE; }
span { border-color: rgb(49,254,238); }
td.TdClassName
{
border-color: #31FEEE;
}
.TagClassName
{
border-color: #31FEEE;
}
</style>