Shades of Turquoise #31FFB8
Tints of Turquoise #31FFB8
RGB
CMYK
RGB Variations
Color information
#31FFB8 (or 0x31FFB8) is known color: Turquoise. HEX triplet: 31, FF and B8. RGB value is (49,255,184). Sum of RGB (Red+Green+Blue) = 49+255+184=488 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.04% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFB8 is #CE0047. Grayscale: #B9B9B9. Windows color (decimal): -13500488 or 12123953. OLE color: 12123953.
HSL color Cylindrical-coordinate representation of color #31FFB8: hue angle of 159.32º 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 #31FFB8 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 184 | - |
| CMYK | 0.81 | 0 | 0.28 | 0 |
| HSL | 159.32º | 1% | 0.6% | - |
| HSV(B) | 159.32º | 0.81% | 1% | - |
| XYZ | 45.68 | 75.63 | 57.54 | - |
| YUV | 185.31 | 127.25 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 184 | 0.81 | 0 | 0.28 | 0 | 159.32 | 1 | 0.6 |
| Hex | 31 | FF | B8 | 51 | 0 | 1C | 0 | 9F | 64 | 3C |
| Octal | 61 | 377 | 270 | 121 | 0 | 34 | 0 | 237 | 144 | 74 |
| Binary | 110001 | 11111111 | 10111000 | 1010001 | 0 | 11100 | 0 | 10011111 | 1100100 | 111100 |
Color Harmonies of #31FFB8
Complementary color
Monochromatic Colors of #31FFB8
Black with #31FFB8
Text Example
Text Example
White with #31FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFB8; }
p { color: rgb(49,255,184); }
H1.HeaderClassName
{
color: #31FFB8;
}
.AnyTagClassName
{
color: #31FFB8;
}
</style>
background-color css
<style>
a { background-color: #31FFB8; }
a { background-color: rgb(49,255,184); }
div.DivClassName
{
background-color: #31FFB8;
}
.BgClassName
{
background-color: #31FFB8;
}
</style>
border-color css
<style>
span { border-color: #31FFB8; }
span { border-color: rgb(49,255,184); }
td.TdClassName
{
border-color: #31FFB8;
}
.TagClassName
{
border-color: #31FFB8;
}
</style>