Shades of Turquoise #31EEBF
Tints of Turquoise #31EEBF
RGB
CMYK
RGB Variations
Color information
#31EEBF (or 0x31EEBF) is known color: Turquoise. HEX triplet: 31, EE and BF. RGB value is (49,238,191). Sum of RGB (Red+Green+Blue) = 49+238+191=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #31EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EEBF is #CE1140. Grayscale: #B0B0B0. Windows color (decimal): -13504833 or 12578353. OLE color: 12578353.
HSL color Cylindrical-coordinate representation of color #31EEBF: hue angle of 165.08º 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 #31EEBF is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 191 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.07 |
| HSL | 165.08º | 0.85% | 0.56% | - |
| HSV(B) | 165.08º | 0.79% | 0.93% | - |
| XYZ | 41.25 | 65.56 | 59.77 | - |
| YUV | 176.13 | 136.38 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 191 | 0.79 | 0 | 0.20 | 0.07 | 165.08 | 0.85 | 0.56 |
| Hex | 31 | EE | BF | 4F | 0 | 14 | 7 | A5 | 55 | 38 |
| Octal | 61 | 356 | 277 | 117 | 0 | 24 | 7 | 245 | 125 | 70 |
| Binary | 110001 | 11101110 | 10111111 | 1001111 | 0 | 10100 | 111 | 10100101 | 1010101 | 111000 |
Color Harmonies of #31EEBF
Complementary color
Monochromatic Colors of #31EEBF
Black with #31EEBF
Text Example
Text Example
White with #31EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEBF; }
p { color: rgb(49,238,191); }
H1.HeaderClassName
{
color: #31EEBF;
}
.AnyTagClassName
{
color: #31EEBF;
}
</style>
background-color css
<style>
a { background-color: #31EEBF; }
a { background-color: rgb(49,238,191); }
div.DivClassName
{
background-color: #31EEBF;
}
.BgClassName
{
background-color: #31EEBF;
}
</style>
border-color css
<style>
span { border-color: #31EEBF; }
span { border-color: rgb(49,238,191); }
td.TdClassName
{
border-color: #31EEBF;
}
.TagClassName
{
border-color: #31EEBF;
}
</style>