Shades of Turquoise #31ECFD
Tints of Turquoise #31ECFD
RGB
CMYK
RGB Variations
Color information
#31ECFD (or 0x31ECFD) is known color: Turquoise. HEX triplet: 31, EC and FD. RGB value is (49,236,253). Sum of RGB (Red+Green+Blue) = 49+236+253=538 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.11% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #31ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECFD is #CE1302. Grayscale: #B5B5B5. Windows color (decimal): -13505283 or 16641073. OLE color: 16641073.
HSL color Cylindrical-coordinate representation of color #31ECFD: hue angle of 185º 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 #31ECFD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 236 | 253 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.01 |
| HSL | 185º | 0.98% | 0.59% | - |
| HSV(B) | 185º | 0.81% | 0.99% | - |
| XYZ | 48.99 | 67.74 | 103.42 | - |
| YUV | 182.03 | 168.05 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 253 | 0.81 | 0.07 | 0 | 0.01 | 185 | 0.98 | 0.59 |
| Hex | 31 | EC | FD | 51 | 7 | 0 | 1 | B9 | 62 | 3B |
| Octal | 61 | 354 | 375 | 121 | 7 | 0 | 1 | 271 | 142 | 73 |
| Binary | 110001 | 11101100 | 11111101 | 1010001 | 111 | 0 | 1 | 10111001 | 1100010 | 111011 |
Color Harmonies of #31ECFD
Complementary color
Monochromatic Colors of #31ECFD
Black with #31ECFD
Text Example
Text Example
White with #31ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECFD; }
p { color: rgb(49,236,253); }
H1.HeaderClassName
{
color: #31ECFD;
}
.AnyTagClassName
{
color: #31ECFD;
}
</style>
background-color css
<style>
a { background-color: #31ECFD; }
a { background-color: rgb(49,236,253); }
div.DivClassName
{
background-color: #31ECFD;
}
.BgClassName
{
background-color: #31ECFD;
}
</style>
border-color css
<style>
span { border-color: #31ECFD; }
span { border-color: rgb(49,236,253); }
td.TdClassName
{
border-color: #31ECFD;
}
.TagClassName
{
border-color: #31ECFD;
}
</style>