Shades of Turquoise #31FECC
Tints of Turquoise #31FECC
RGB
CMYK
RGB Variations
Color information
#31FECC (or 0x31FECC) is known color: Turquoise. HEX triplet: 31, FE and CC. RGB value is (49,254,204). Sum of RGB (Red+Green+Blue) = 49+254+204=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #31FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FECC is #CE0133. Grayscale: #BABABA. Windows color (decimal): -13500724 or 13434417. OLE color: 13434417.
HSL color Cylindrical-coordinate representation of color #31FECC: hue angle of 165.37º 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 #31FECC is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 204 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.00 |
| HSL | 165.37º | 0.99% | 0.59% | - |
| HSV(B) | 165.37º | 0.81% | 1% | - |
| XYZ | 47.61 | 75.9 | 69.27 | - |
| YUV | 187.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 204 | 0.81 | 0 | 0.20 | 0.00 | 165.37 | 0.99 | 0.59 |
| Hex | 31 | FE | CC | 51 | 0 | 14 | 0 | A5 | 63 | 3B |
| Octal | 61 | 376 | 314 | 121 | 0 | 24 | 0 | 245 | 143 | 73 |
| Binary | 110001 | 11111110 | 11001100 | 1010001 | 0 | 10100 | 0 | 10100101 | 1100011 | 111011 |
Color Harmonies of #31FECC
Complementary color
Monochromatic Colors of #31FECC
Black with #31FECC
Text Example
Text Example
White with #31FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FECC; }
p { color: rgb(49,254,204); }
H1.HeaderClassName
{
color: #31FECC;
}
.AnyTagClassName
{
color: #31FECC;
}
</style>
background-color css
<style>
a { background-color: #31FECC; }
a { background-color: rgb(49,254,204); }
div.DivClassName
{
background-color: #31FECC;
}
.BgClassName
{
background-color: #31FECC;
}
</style>
border-color css
<style>
span { border-color: #31FECC; }
span { border-color: rgb(49,254,204); }
td.TdClassName
{
border-color: #31FECC;
}
.TagClassName
{
border-color: #31FECC;
}
</style>