Shades of Turquoise #31FFEE
Tints of Turquoise #31FFEE
RGB
CMYK
RGB Variations
Color information
#31FFEE (or 0x31FFEE) is known color: Turquoise. HEX triplet: 31, FF and EE. RGB value is (49,255,238). Sum of RGB (Red+Green+Blue) = 49+255+238=542 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.04% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FFEE is #CE0011. Grayscale: #BFBFBF. Windows color (decimal): -13500434 or 15662897. OLE color: 15662897.
HSL color Cylindrical-coordinate representation of color #31FFEE: hue angle of 175.05º 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 #31FFEE is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 238 | - |
| CMYK | 0.81 | 0 | 0.07 | 0 |
| HSL | 175.05º | 1% | 0.6% | - |
| HSV(B) | 175.05º | 0.81% | 1% | - |
| XYZ | 52.46 | 78.35 | 93.25 | - |
| YUV | 191.47 | 154.25 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 238 | 0.81 | 0 | 0.07 | 0 | 175.05 | 1 | 0.6 |
| Hex | 31 | FF | EE | 51 | 0 | 7 | 0 | AF | 64 | 3C |
| Octal | 61 | 377 | 356 | 121 | 0 | 7 | 0 | 257 | 144 | 74 |
| Binary | 110001 | 11111111 | 11101110 | 1010001 | 0 | 111 | 0 | 10101111 | 1100100 | 111100 |
Color Harmonies of #31FFEE
Complementary color
Monochromatic Colors of #31FFEE
Black with #31FFEE
Text Example
Text Example
White with #31FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFEE; }
p { color: rgb(49,255,238); }
H1.HeaderClassName
{
color: #31FFEE;
}
.AnyTagClassName
{
color: #31FFEE;
}
</style>
background-color css
<style>
a { background-color: #31FFEE; }
a { background-color: rgb(49,255,238); }
div.DivClassName
{
background-color: #31FFEE;
}
.BgClassName
{
background-color: #31FFEE;
}
</style>
border-color css
<style>
span { border-color: #31FFEE; }
span { border-color: rgb(49,255,238); }
td.TdClassName
{
border-color: #31FFEE;
}
.TagClassName
{
border-color: #31FFEE;
}
</style>