Shades of Turquoise #31FDC3
Tints of Turquoise #31FDC3
RGB
CMYK
RGB Variations
Color information
#31FDC3 (or 0x31FDC3) is known color: Turquoise. HEX triplet: 31, FD and C3. RGB value is (49,253,195). Sum of RGB (Red+Green+Blue) = 49+253+195=497 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.86% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDC3 is #CE023C. Grayscale: #B9B9B9. Windows color (decimal): -13500989 or 12844337. OLE color: 12844337.
HSL color Cylindrical-coordinate representation of color #31FDC3: hue angle of 162.94º degrees, saturation: 0.98, 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 #31FDC3 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 195 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.01 |
| HSL | 162.94º | 0.98% | 0.59% | - |
| HSV(B) | 162.94º | 0.81% | 0.99% | - |
| XYZ | 46.24 | 74.84 | 63.64 | - |
| YUV | 185.39 | 133.41 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 195 | 0.81 | 0 | 0.23 | 0.01 | 162.94 | 0.98 | 0.59 |
| Hex | 31 | FD | C3 | 51 | 0 | 17 | 1 | A3 | 62 | 3B |
| Octal | 61 | 375 | 303 | 121 | 0 | 27 | 1 | 243 | 142 | 73 |
| Binary | 110001 | 11111101 | 11000011 | 1010001 | 0 | 10111 | 1 | 10100011 | 1100010 | 111011 |
Color Harmonies of #31FDC3
Complementary color
Monochromatic Colors of #31FDC3
Black with #31FDC3
Text Example
Text Example
White with #31FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDC3; }
p { color: rgb(49,253,195); }
H1.HeaderClassName
{
color: #31FDC3;
}
.AnyTagClassName
{
color: #31FDC3;
}
</style>
background-color css
<style>
a { background-color: #31FDC3; }
a { background-color: rgb(49,253,195); }
div.DivClassName
{
background-color: #31FDC3;
}
.BgClassName
{
background-color: #31FDC3;
}
</style>
border-color css
<style>
span { border-color: #31FDC3; }
span { border-color: rgb(49,253,195); }
td.TdClassName
{
border-color: #31FDC3;
}
.TagClassName
{
border-color: #31FDC3;
}
</style>