Shades of Turquoise #31E2FC
Tints of Turquoise #31E2FC
RGB
CMYK
RGB Variations
Color information
#31E2FC (or 0x31E2FC) is known color: Turquoise. HEX triplet: 31, E2 and FC. RGB value is (49,226,252). Sum of RGB (Red+Green+Blue) = 49+226+252=527 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.30% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #31E2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E2FC is #CE1D03. Grayscale: #AFAFAF. Windows color (decimal): -13507844 or 16572977. OLE color: 16572977.
HSL color Cylindrical-coordinate representation of color #31E2FC: hue angle of 187.68º 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 #31E2FC is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 226 | 252 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.01 |
| HSL | 187.68º | 0.97% | 0.59% | - |
| HSV(B) | 187.68º | 0.81% | 0.99% | - |
| XYZ | 46.03 | 62.07 | 101.65 | - |
| YUV | 176.04 | 170.86 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 252 | 0.81 | 0.10 | 0 | 0.01 | 187.68 | 0.97 | 0.59 |
| Hex | 31 | E2 | FC | 51 | A | 0 | 1 | BC | 61 | 3B |
| Octal | 61 | 342 | 374 | 121 | 12 | 0 | 1 | 274 | 141 | 73 |
| Binary | 110001 | 11100010 | 11111100 | 1010001 | 1010 | 0 | 1 | 10111100 | 1100001 | 111011 |
Color Harmonies of #31E2FC
Complementary color
Monochromatic Colors of #31E2FC
Black with #31E2FC
Text Example
Text Example
White with #31E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2FC; }
p { color: rgb(49,226,252); }
H1.HeaderClassName
{
color: #31E2FC;
}
.AnyTagClassName
{
color: #31E2FC;
}
</style>
background-color css
<style>
a { background-color: #31E2FC; }
a { background-color: rgb(49,226,252); }
div.DivClassName
{
background-color: #31E2FC;
}
.BgClassName
{
background-color: #31E2FC;
}
</style>
border-color css
<style>
span { border-color: #31E2FC; }
span { border-color: rgb(49,226,252); }
td.TdClassName
{
border-color: #31E2FC;
}
.TagClassName
{
border-color: #31E2FC;
}
</style>