Shades of Turquoise #31F5C9
Tints of Turquoise #31F5C9
RGB
CMYK
RGB Variations
Color information
#31F5C9 (or 0x31F5C9) is known color: Turquoise. HEX triplet: 31, F5 and C9. RGB value is (49,245,201). Sum of RGB (Red+Green+Blue) = 49+245+201=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #31F5C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F5C9 is #CE0A36. Grayscale: #B5B5B5. Windows color (decimal): -13503031 or 13235505. OLE color: 13235505.
HSL color Cylindrical-coordinate representation of color #31F5C9: hue angle of 166.53º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F5C9 is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 245 | 201 | - |
| CMYK | 0.8 | 0 | 0.18 | 0.04 |
| HSL | 166.53º | 0.91% | 0.58% | - |
| HSV(B) | 166.53º | 0.8% | 0.96% | - |
| XYZ | 44.46 | 70.17 | 66.46 | - |
| YUV | 181.38 | 139.07 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 201 | 0.8 | 0 | 0.18 | 0.04 | 166.53 | 0.91 | 0.58 |
| Hex | 31 | F5 | C9 | 50 | 0 | 12 | 4 | A7 | 5B | 3A |
| Octal | 61 | 365 | 311 | 120 | 0 | 22 | 4 | 247 | 133 | 72 |
| Binary | 110001 | 11110101 | 11001001 | 1010000 | 0 | 10010 | 100 | 10100111 | 1011011 | 111010 |
Color Harmonies of #31F5C9
Complementary color
Monochromatic Colors of #31F5C9
Black with #31F5C9
Text Example
Text Example
White with #31F5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F5C9; }
p { color: rgb(49,245,201); }
H1.HeaderClassName
{
color: #31F5C9;
}
.AnyTagClassName
{
color: #31F5C9;
}
</style>
background-color css
<style>
a { background-color: #31F5C9; }
a { background-color: rgb(49,245,201); }
div.DivClassName
{
background-color: #31F5C9;
}
.BgClassName
{
background-color: #31F5C9;
}
</style>
border-color css
<style>
span { border-color: #31F5C9; }
span { border-color: rgb(49,245,201); }
td.TdClassName
{
border-color: #31F5C9;
}
.TagClassName
{
border-color: #31F5C9;
}
</style>