Shades of Turquoise #31E2FF
Tints of Turquoise #31E2FF
RGB
CMYK
RGB Variations
Color information
#31E2FF (or 0x31E2FF) is known color: Turquoise. HEX triplet: 31, E2 and FF. RGB value is (49,226,255). Sum of RGB (Red+Green+Blue) = 49+226+255=530 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.25% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #31E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E2FF is #CE1D00. Grayscale: #B0B0B0. Windows color (decimal): -13507841 or 16769585. OLE color: 16769585.
HSL color Cylindrical-coordinate representation of color #31E2FF: hue angle of 188.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E2FF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 226 | 255 | - |
| CMYK | 0.81 | 0.11 | 0 | 0 |
| HSL | 188.45º | 1% | 0.6% | - |
| HSV(B) | 188.45º | 0.81% | 1% | - |
| XYZ | 46.51 | 62.27 | 104.17 | - |
| YUV | 176.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 255 | 0.81 | 0.11 | 0 | 0 | 188.45 | 1 | 0.6 |
| Hex | 31 | E2 | FF | 51 | B | 0 | 0 | BC | 64 | 3C |
| Octal | 61 | 342 | 377 | 121 | 13 | 0 | 0 | 274 | 144 | 74 |
| Binary | 110001 | 11100010 | 11111111 | 1010001 | 1011 | 0 | 0 | 10111100 | 1100100 | 111100 |
Color Harmonies of #31E2FF
Complementary color
Monochromatic Colors of #31E2FF
Black with #31E2FF
Text Example
Text Example
White with #31E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E2FF; }
p { color: rgb(49,226,255); }
H1.HeaderClassName
{
color: #31E2FF;
}
.AnyTagClassName
{
color: #31E2FF;
}
</style>
background-color css
<style>
a { background-color: #31E2FF; }
a { background-color: rgb(49,226,255); }
div.DivClassName
{
background-color: #31E2FF;
}
.BgClassName
{
background-color: #31E2FF;
}
</style>
border-color css
<style>
span { border-color: #31E2FF; }
span { border-color: rgb(49,226,255); }
td.TdClassName
{
border-color: #31E2FF;
}
.TagClassName
{
border-color: #31E2FF;
}
</style>