Shades of Turquoise #31FAEC
Tints of Turquoise #31FAEC
RGB
CMYK
RGB Variations
Color information
#31FAEC (or 0x31FAEC) is known color: Turquoise. HEX triplet: 31, FA and EC. RGB value is (49,250,236). Sum of RGB (Red+Green+Blue) = 49+250+236=535 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.16% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAEC is #CE0513. Grayscale: #BCBCBC. Windows color (decimal): -13501716 or 15530545. OLE color: 15530545.
HSL color Cylindrical-coordinate representation of color #31FAEC: hue angle of 175.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FAEC is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 236 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.02 |
| HSL | 175.82º | 0.95% | 0.59% | - |
| HSV(B) | 175.82º | 0.8% | 0.98% | - |
| XYZ | 50.59 | 75.08 | 91.18 | - |
| YUV | 188.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 236 | 0.80 | 0 | 0.06 | 0.02 | 175.82 | 0.95 | 0.59 |
| Hex | 31 | FA | EC | 50 | 0 | 6 | 2 | B0 | 5F | 3B |
| Octal | 61 | 372 | 354 | 120 | 0 | 6 | 2 | 260 | 137 | 73 |
| Binary | 110001 | 11111010 | 11101100 | 1010000 | 0 | 110 | 10 | 10110000 | 1011111 | 111011 |
Color Harmonies of #31FAEC
Complementary color
Monochromatic Colors of #31FAEC
Black with #31FAEC
Text Example
Text Example
White with #31FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAEC; }
p { color: rgb(49,250,236); }
H1.HeaderClassName
{
color: #31FAEC;
}
.AnyTagClassName
{
color: #31FAEC;
}
</style>
background-color css
<style>
a { background-color: #31FAEC; }
a { background-color: rgb(49,250,236); }
div.DivClassName
{
background-color: #31FAEC;
}
.BgClassName
{
background-color: #31FAEC;
}
</style>
border-color css
<style>
span { border-color: #31FAEC; }
span { border-color: rgb(49,250,236); }
td.TdClassName
{
border-color: #31FAEC;
}
.TagClassName
{
border-color: #31FAEC;
}
</style>