Shades of Turquoise #31F7E6
Tints of Turquoise #31F7E6
RGB
CMYK
RGB Variations
Color information
#31F7E6 (or 0x31F7E6) is known color: Turquoise. HEX triplet: 31, F7 and E6. RGB value is (49,247,230). Sum of RGB (Red+Green+Blue) = 49+247+230=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #31F7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F7E6 is #CE0819. Grayscale: #B9B9B9. Windows color (decimal): -13502490 or 15136561. OLE color: 15136561.
HSL color Cylindrical-coordinate representation of color #31F7E6: hue angle of 174.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F7E6 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 230 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.03 |
| HSL | 174.85º | 0.93% | 0.58% | - |
| HSV(B) | 174.85º | 0.8% | 0.97% | - |
| XYZ | 48.81 | 72.89 | 86.36 | - |
| YUV | 185.86 | 152.9 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 230 | 0.80 | 0 | 0.07 | 0.03 | 174.85 | 0.93 | 0.58 |
| Hex | 31 | F7 | E6 | 50 | 0 | 7 | 3 | AF | 5D | 3A |
| Octal | 61 | 367 | 346 | 120 | 0 | 7 | 3 | 257 | 135 | 72 |
| Binary | 110001 | 11110111 | 11100110 | 1010000 | 0 | 111 | 11 | 10101111 | 1011101 | 111010 |
Color Harmonies of #31F7E6
Complementary color
Monochromatic Colors of #31F7E6
Black with #31F7E6
Text Example
Text Example
White with #31F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F7E6; }
p { color: rgb(49,247,230); }
H1.HeaderClassName
{
color: #31F7E6;
}
.AnyTagClassName
{
color: #31F7E6;
}
</style>
background-color css
<style>
a { background-color: #31F7E6; }
a { background-color: rgb(49,247,230); }
div.DivClassName
{
background-color: #31F7E6;
}
.BgClassName
{
background-color: #31F7E6;
}
</style>
border-color css
<style>
span { border-color: #31F7E6; }
span { border-color: rgb(49,247,230); }
td.TdClassName
{
border-color: #31F7E6;
}
.TagClassName
{
border-color: #31F7E6;
}
</style>