Shades of Turquoise #31ECFC
Tints of Turquoise #31ECFC
RGB
CMYK
RGB Variations
Color information
#31ECFC (or 0x31ECFC) is known color: Turquoise. HEX triplet: 31, EC and FC. RGB value is (49,236,252). Sum of RGB (Red+Green+Blue) = 49+236+252=537 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.12% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #31ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECFC is #CE1303. Grayscale: #B5B5B5. Windows color (decimal): -13505284 or 16575537. OLE color: 16575537.
HSL color Cylindrical-coordinate representation of color #31ECFC: hue angle of 184.73º 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 #31ECFC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 236 | 252 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.73º | 0.97% | 0.59% | - |
| HSV(B) | 184.73º | 0.81% | 0.99% | - |
| XYZ | 48.83 | 67.67 | 102.58 | - |
| YUV | 181.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 252 | 0.81 | 0.06 | 0 | 0.01 | 184.73 | 0.97 | 0.59 |
| Hex | 31 | EC | FC | 51 | 6 | 0 | 1 | B9 | 61 | 3B |
| Octal | 61 | 354 | 374 | 121 | 6 | 0 | 1 | 271 | 141 | 73 |
| Binary | 110001 | 11101100 | 11111100 | 1010001 | 110 | 0 | 1 | 10111001 | 1100001 | 111011 |
Color Harmonies of #31ECFC
Complementary color
Monochromatic Colors of #31ECFC
Black with #31ECFC
Text Example
Text Example
White with #31ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECFC; }
p { color: rgb(49,236,252); }
H1.HeaderClassName
{
color: #31ECFC;
}
.AnyTagClassName
{
color: #31ECFC;
}
</style>
background-color css
<style>
a { background-color: #31ECFC; }
a { background-color: rgb(49,236,252); }
div.DivClassName
{
background-color: #31ECFC;
}
.BgClassName
{
background-color: #31ECFC;
}
</style>
border-color css
<style>
span { border-color: #31ECFC; }
span { border-color: rgb(49,236,252); }
td.TdClassName
{
border-color: #31ECFC;
}
.TagClassName
{
border-color: #31ECFC;
}
</style>