Shades of Turquoise #31F8BF
Tints of Turquoise #31F8BF
RGB
CMYK
RGB Variations
Color information
#31F8BF (or 0x31F8BF) is known color: Turquoise. HEX triplet: 31, F8 and BF. RGB value is (49,248,191). Sum of RGB (Red+Green+Blue) = 49+248+191=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F8BF is #CE0740. Grayscale: #B6B6B6. Windows color (decimal): -13502273 or 12580913. OLE color: 12580913.
HSL color Cylindrical-coordinate representation of color #31F8BF: hue angle of 162.81º 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 #31F8BF is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 191 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.03 |
| HSL | 162.81º | 0.93% | 0.58% | - |
| HSV(B) | 162.81º | 0.8% | 0.97% | - |
| XYZ | 44.24 | 71.55 | 60.77 | - |
| YUV | 182 | 133.07 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 191 | 0.80 | 0 | 0.23 | 0.03 | 162.81 | 0.93 | 0.58 |
| Hex | 31 | F8 | BF | 50 | 0 | 17 | 3 | A3 | 5D | 3A |
| Octal | 61 | 370 | 277 | 120 | 0 | 27 | 3 | 243 | 135 | 72 |
| Binary | 110001 | 11111000 | 10111111 | 1010000 | 0 | 10111 | 11 | 10100011 | 1011101 | 111010 |
Color Harmonies of #31F8BF
Complementary color
Monochromatic Colors of #31F8BF
Black with #31F8BF
Text Example
Text Example
White with #31F8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F8BF; }
p { color: rgb(49,248,191); }
H1.HeaderClassName
{
color: #31F8BF;
}
.AnyTagClassName
{
color: #31F8BF;
}
</style>
background-color css
<style>
a { background-color: #31F8BF; }
a { background-color: rgb(49,248,191); }
div.DivClassName
{
background-color: #31F8BF;
}
.BgClassName
{
background-color: #31F8BF;
}
</style>
border-color css
<style>
span { border-color: #31F8BF; }
span { border-color: rgb(49,248,191); }
td.TdClassName
{
border-color: #31F8BF;
}
.TagClassName
{
border-color: #31F8BF;
}
</style>