Shades of Turquoise #31ECFE
Tints of Turquoise #31ECFE
RGB
CMYK
RGB Variations
Color information
#31ECFE (or 0x31ECFE) is known color: Turquoise. HEX triplet: 31, EC and FE. RGB value is (49,236,254). Sum of RGB (Red+Green+Blue) = 49+236+254=539 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.09% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #31ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECFE is #CE1301. Grayscale: #B5B5B5. Windows color (decimal): -13505282 or 16706609. OLE color: 16706609.
HSL color Cylindrical-coordinate representation of color #31ECFE: hue angle of 185.27º 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 #31ECFE is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 236 | 254 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.00 |
| HSL | 185.27º | 0.99% | 0.59% | - |
| HSV(B) | 185.27º | 0.81% | 1% | - |
| XYZ | 49.15 | 67.8 | 104.26 | - |
| YUV | 182.14 | 168.55 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 254 | 0.81 | 0.07 | 0 | 0.00 | 185.27 | 0.99 | 0.59 |
| Hex | 31 | EC | FE | 51 | 7 | 0 | 0 | B9 | 63 | 3B |
| Octal | 61 | 354 | 376 | 121 | 7 | 0 | 0 | 271 | 143 | 73 |
| Binary | 110001 | 11101100 | 11111110 | 1010001 | 111 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #31ECFE
Complementary color
Monochromatic Colors of #31ECFE
Black with #31ECFE
Text Example
Text Example
White with #31ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECFE; }
p { color: rgb(49,236,254); }
H1.HeaderClassName
{
color: #31ECFE;
}
.AnyTagClassName
{
color: #31ECFE;
}
</style>
background-color css
<style>
a { background-color: #31ECFE; }
a { background-color: rgb(49,236,254); }
div.DivClassName
{
background-color: #31ECFE;
}
.BgClassName
{
background-color: #31ECFE;
}
</style>
border-color css
<style>
span { border-color: #31ECFE; }
span { border-color: rgb(49,236,254); }
td.TdClassName
{
border-color: #31ECFE;
}
.TagClassName
{
border-color: #31ECFE;
}
</style>