Shades of Turquoise #31FCC9
Tints of Turquoise #31FCC9
RGB
CMYK
RGB Variations
Color information
#31FCC9 (or 0x31FCC9) is known color: Turquoise. HEX triplet: 31, FC and C9. RGB value is (49,252,201). Sum of RGB (Red+Green+Blue) = 49+252+201=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCC9 is #CE0336. Grayscale: #B9B9B9. Windows color (decimal): -13501239 or 13237297. OLE color: 13237297.
HSL color Cylindrical-coordinate representation of color #31FCC9: hue angle of 164.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCC9 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 201 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.01 |
| HSL | 164.93º | 0.97% | 0.59% | - |
| HSV(B) | 164.93º | 0.81% | 0.99% | - |
| XYZ | 46.62 | 74.49 | 67.18 | - |
| YUV | 185.49 | 136.75 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 201 | 0.81 | 0 | 0.20 | 0.01 | 164.93 | 0.97 | 0.59 |
| Hex | 31 | FC | C9 | 51 | 0 | 14 | 1 | A5 | 61 | 3B |
| Octal | 61 | 374 | 311 | 121 | 0 | 24 | 1 | 245 | 141 | 73 |
| Binary | 110001 | 11111100 | 11001001 | 1010001 | 0 | 10100 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #31FCC9
Complementary color
Monochromatic Colors of #31FCC9
Black with #31FCC9
Text Example
Text Example
White with #31FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCC9; }
p { color: rgb(49,252,201); }
H1.HeaderClassName
{
color: #31FCC9;
}
.AnyTagClassName
{
color: #31FCC9;
}
</style>
background-color css
<style>
a { background-color: #31FCC9; }
a { background-color: rgb(49,252,201); }
div.DivClassName
{
background-color: #31FCC9;
}
.BgClassName
{
background-color: #31FCC9;
}
</style>
border-color css
<style>
span { border-color: #31FCC9; }
span { border-color: rgb(49,252,201); }
td.TdClassName
{
border-color: #31FCC9;
}
.TagClassName
{
border-color: #31FCC9;
}
</style>