Shades of Turquoise #31E6FA
Tints of Turquoise #31E6FA
RGB
CMYK
RGB Variations
Color information
#31E6FA (or 0x31E6FA) is known color: Turquoise. HEX triplet: 31, E6 and FA. RGB value is (49,230,250). Sum of RGB (Red+Green+Blue) = 49+230+250=529 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.26% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #31E6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31E6FA is #CE1905. Grayscale: #B1B1B1. Windows color (decimal): -13506822 or 16442929. OLE color: 16442929.
HSL color Cylindrical-coordinate representation of color #31E6FA: hue angle of 185.97º 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 #31E6FA is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 230 | 250 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.02 |
| HSL | 185.97º | 0.95% | 0.59% | - |
| HSV(B) | 185.97º | 0.8% | 0.98% | - |
| XYZ | 46.82 | 64.15 | 100.36 | - |
| YUV | 178.16 | 168.53 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 250 | 0.80 | 0.08 | 0 | 0.02 | 185.97 | 0.95 | 0.59 |
| Hex | 31 | E6 | FA | 50 | 8 | 0 | 2 | BA | 5F | 3B |
| Octal | 61 | 346 | 372 | 120 | 10 | 0 | 2 | 272 | 137 | 73 |
| Binary | 110001 | 11100110 | 11111010 | 1010000 | 1000 | 0 | 10 | 10111010 | 1011111 | 111011 |
Color Harmonies of #31E6FA
Complementary color
Monochromatic Colors of #31E6FA
Black with #31E6FA
Text Example
Text Example
White with #31E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E6FA; }
p { color: rgb(49,230,250); }
H1.HeaderClassName
{
color: #31E6FA;
}
.AnyTagClassName
{
color: #31E6FA;
}
</style>
background-color css
<style>
a { background-color: #31E6FA; }
a { background-color: rgb(49,230,250); }
div.DivClassName
{
background-color: #31E6FA;
}
.BgClassName
{
background-color: #31E6FA;
}
</style>
border-color css
<style>
span { border-color: #31E6FA; }
span { border-color: rgb(49,230,250); }
td.TdClassName
{
border-color: #31E6FA;
}
.TagClassName
{
border-color: #31E6FA;
}
</style>