Shades of Turquoise #31EEE7
Tints of Turquoise #31EEE7
RGB
CMYK
RGB Variations
Color information
#31EEE7 (or 0x31EEE7) is known color: Turquoise. HEX triplet: 31, EE and E7. RGB value is (49,238,231). Sum of RGB (Red+Green+Blue) = 49+238+231=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #31EEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EEE7 is #CE1118. Grayscale: #B4B4B4. Windows color (decimal): -13504793 or 15199793. OLE color: 15199793.
HSL color Cylindrical-coordinate representation of color #31EEE7: hue angle of 177.78º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EEE7 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 231 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.07 |
| HSL | 177.78º | 0.85% | 0.56% | - |
| HSV(B) | 177.78º | 0.79% | 0.93% | - |
| XYZ | 46.26 | 67.57 | 86.21 | - |
| YUV | 180.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 231 | 0.79 | 0 | 0.03 | 0.07 | 177.78 | 0.85 | 0.56 |
| Hex | 31 | EE | E7 | 4F | 0 | 3 | 7 | B2 | 55 | 38 |
| Octal | 61 | 356 | 347 | 117 | 0 | 3 | 7 | 262 | 125 | 70 |
| Binary | 110001 | 11101110 | 11100111 | 1001111 | 0 | 11 | 111 | 10110010 | 1010101 | 111000 |
Color Harmonies of #31EEE7
Complementary color
Monochromatic Colors of #31EEE7
Black with #31EEE7
Text Example
Text Example
White with #31EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEE7; }
p { color: rgb(49,238,231); }
H1.HeaderClassName
{
color: #31EEE7;
}
.AnyTagClassName
{
color: #31EEE7;
}
</style>
background-color css
<style>
a { background-color: #31EEE7; }
a { background-color: rgb(49,238,231); }
div.DivClassName
{
background-color: #31EEE7;
}
.BgClassName
{
background-color: #31EEE7;
}
</style>
border-color css
<style>
span { border-color: #31EEE7; }
span { border-color: rgb(49,238,231); }
td.TdClassName
{
border-color: #31EEE7;
}
.TagClassName
{
border-color: #31EEE7;
}
</style>