Shades of Turquoise #31FECD
Tints of Turquoise #31FECD
RGB
CMYK
RGB Variations
Color information
#31FECD (or 0x31FECD) is known color: Turquoise. HEX triplet: 31, FE and CD. RGB value is (49,254,205). Sum of RGB (Red+Green+Blue) = 49+254+205=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #31FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FECD is #CE0132. Grayscale: #BBBBBB. Windows color (decimal): -13500723 or 13499953. OLE color: 13499953.
HSL color Cylindrical-coordinate representation of color #31FECD: hue angle of 165.66º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FECD is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 205 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.00 |
| HSL | 165.66º | 0.99% | 0.59% | - |
| HSV(B) | 165.66º | 0.81% | 1% | - |
| XYZ | 47.73 | 75.94 | 69.9 | - |
| YUV | 187.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 205 | 0.81 | 0 | 0.19 | 0.00 | 165.66 | 0.99 | 0.59 |
| Hex | 31 | FE | CD | 51 | 0 | 13 | 0 | A6 | 63 | 3B |
| Octal | 61 | 376 | 315 | 121 | 0 | 23 | 0 | 246 | 143 | 73 |
| Binary | 110001 | 11111110 | 11001101 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #31FECD
Complementary color
Monochromatic Colors of #31FECD
Black with #31FECD
Text Example
Text Example
White with #31FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FECD; }
p { color: rgb(49,254,205); }
H1.HeaderClassName
{
color: #31FECD;
}
.AnyTagClassName
{
color: #31FECD;
}
</style>
background-color css
<style>
a { background-color: #31FECD; }
a { background-color: rgb(49,254,205); }
div.DivClassName
{
background-color: #31FECD;
}
.BgClassName
{
background-color: #31FECD;
}
</style>
border-color css
<style>
span { border-color: #31FECD; }
span { border-color: rgb(49,254,205); }
td.TdClassName
{
border-color: #31FECD;
}
.TagClassName
{
border-color: #31FECD;
}
</style>