Shades of Turquoise #31FCD7
Tints of Turquoise #31FCD7
RGB
CMYK
RGB Variations
Color information
#31FCD7 (or 0x31FCD7) is known color: Turquoise. HEX triplet: 31, FC and D7. RGB value is (49,252,215). Sum of RGB (Red+Green+Blue) = 49+252+215=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCD7 is #CE0328. Grayscale: #BBBBBB. Windows color (decimal): -13501225 or 14154801. OLE color: 14154801.
HSL color Cylindrical-coordinate representation of color #31FCD7: hue angle of 169.06º 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 #31FCD7 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 215 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.01 |
| HSL | 169.06º | 0.97% | 0.59% | - |
| HSV(B) | 169.06º | 0.81% | 0.99% | - |
| XYZ | 48.34 | 75.18 | 76.25 | - |
| YUV | 187.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 215 | 0.81 | 0 | 0.15 | 0.01 | 169.06 | 0.97 | 0.59 |
| Hex | 31 | FC | D7 | 51 | 0 | F | 1 | A9 | 61 | 3B |
| Octal | 61 | 374 | 327 | 121 | 0 | 17 | 1 | 251 | 141 | 73 |
| Binary | 110001 | 11111100 | 11010111 | 1010001 | 0 | 1111 | 1 | 10101001 | 1100001 | 111011 |
Color Harmonies of #31FCD7
Complementary color
Monochromatic Colors of #31FCD7
Black with #31FCD7
Text Example
Text Example
White with #31FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCD7; }
p { color: rgb(49,252,215); }
H1.HeaderClassName
{
color: #31FCD7;
}
.AnyTagClassName
{
color: #31FCD7;
}
</style>
background-color css
<style>
a { background-color: #31FCD7; }
a { background-color: rgb(49,252,215); }
div.DivClassName
{
background-color: #31FCD7;
}
.BgClassName
{
background-color: #31FCD7;
}
</style>
border-color css
<style>
span { border-color: #31FCD7; }
span { border-color: rgb(49,252,215); }
td.TdClassName
{
border-color: #31FCD7;
}
.TagClassName
{
border-color: #31FCD7;
}
</style>