Shades of Turquoise #31FFCF
Tints of Turquoise #31FFCF
RGB
CMYK
RGB Variations
Color information
#31FFCF (or 0x31FFCF) is known color: Turquoise. HEX triplet: 31, FF and CF. RGB value is (49,255,207). Sum of RGB (Red+Green+Blue) = 49+255+207=511 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.59% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFCF is #CE0030. Grayscale: #BBBBBB. Windows color (decimal): -13500465 or 13631281. OLE color: 13631281.
HSL color Cylindrical-coordinate representation of color #31FFCF: hue angle of 166.02º 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 #31FFCF is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 207 | - |
| CMYK | 0.81 | 0 | 0.19 | 0 |
| HSL | 166.02º | 1% | 0.6% | - |
| HSV(B) | 166.02º | 0.81% | 1% | - |
| XYZ | 48.29 | 76.68 | 71.29 | - |
| YUV | 187.93 | 138.75 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 207 | 0.81 | 0 | 0.19 | 0 | 166.02 | 1 | 0.6 |
| Hex | 31 | FF | CF | 51 | 0 | 13 | 0 | A6 | 64 | 3C |
| Octal | 61 | 377 | 317 | 121 | 0 | 23 | 0 | 246 | 144 | 74 |
| Binary | 110001 | 11111111 | 11001111 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100100 | 111100 |
Color Harmonies of #31FFCF
Complementary color
Monochromatic Colors of #31FFCF
Black with #31FFCF
Text Example
Text Example
White with #31FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFCF; }
p { color: rgb(49,255,207); }
H1.HeaderClassName
{
color: #31FFCF;
}
.AnyTagClassName
{
color: #31FFCF;
}
</style>
background-color css
<style>
a { background-color: #31FFCF; }
a { background-color: rgb(49,255,207); }
div.DivClassName
{
background-color: #31FFCF;
}
.BgClassName
{
background-color: #31FFCF;
}
</style>
border-color css
<style>
span { border-color: #31FFCF; }
span { border-color: rgb(49,255,207); }
td.TdClassName
{
border-color: #31FFCF;
}
.TagClassName
{
border-color: #31FFCF;
}
</style>