Shades of Turquoise #31F8BB
Tints of Turquoise #31F8BB
RGB
CMYK
RGB Variations
Color information
#31F8BB (or 0x31F8BB) is known color: Turquoise. HEX triplet: 31, F8 and BB. RGB value is (49,248,187). Sum of RGB (Red+Green+Blue) = 49+248+187=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F8BB is #CE0744. Grayscale: #B5B5B5. Windows color (decimal): -13502277 or 12318769. OLE color: 12318769.
HSL color Cylindrical-coordinate representation of color #31F8BB: hue angle of 161.61º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8BB is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 187 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.03 |
| HSL | 161.61º | 0.93% | 0.58% | - |
| HSV(B) | 161.61º | 0.8% | 0.97% | - |
| XYZ | 43.8 | 71.38 | 58.48 | - |
| YUV | 181.55 | 131.07 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 187 | 0.80 | 0 | 0.25 | 0.03 | 161.61 | 0.93 | 0.58 |
| Hex | 31 | F8 | BB | 50 | 0 | 19 | 3 | A2 | 5D | 3A |
| Octal | 61 | 370 | 273 | 120 | 0 | 31 | 3 | 242 | 135 | 72 |
| Binary | 110001 | 11111000 | 10111011 | 1010000 | 0 | 11001 | 11 | 10100010 | 1011101 | 111010 |
Color Harmonies of #31F8BB
Complementary color
Monochromatic Colors of #31F8BB
Black with #31F8BB
Text Example
Text Example
White with #31F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F8BB; }
p { color: rgb(49,248,187); }
H1.HeaderClassName
{
color: #31F8BB;
}
.AnyTagClassName
{
color: #31F8BB;
}
</style>
background-color css
<style>
a { background-color: #31F8BB; }
a { background-color: rgb(49,248,187); }
div.DivClassName
{
background-color: #31F8BB;
}
.BgClassName
{
background-color: #31F8BB;
}
</style>
border-color css
<style>
span { border-color: #31F8BB; }
span { border-color: rgb(49,248,187); }
td.TdClassName
{
border-color: #31F8BB;
}
.TagClassName
{
border-color: #31F8BB;
}
</style>