Shades of Turquoise #31F2EB
Tints of Turquoise #31F2EB
RGB
CMYK
RGB Variations
Color information
#31F2EB (or 0x31F2EB) is known color: Turquoise. HEX triplet: 31, F2 and EB. RGB value is (49,242,235). Sum of RGB (Red+Green+Blue) = 49+242+235=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #31F2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F2EB is #CE0D14. Grayscale: #B7B7B7. Windows color (decimal): -13503765 or 15462961. OLE color: 15462961.
HSL color Cylindrical-coordinate representation of color #31F2EB: hue angle of 177.82º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F2EB is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 235 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.05 |
| HSL | 177.82º | 0.88% | 0.57% | - |
| HSV(B) | 177.82º | 0.8% | 0.95% | - |
| XYZ | 48.01 | 70.16 | 89.61 | - |
| YUV | 183.5 | 157.06 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 235 | 0.80 | 0 | 0.03 | 0.05 | 177.82 | 0.88 | 0.57 |
| Hex | 31 | F2 | EB | 50 | 0 | 3 | 5 | B2 | 58 | 39 |
| Octal | 61 | 362 | 353 | 120 | 0 | 3 | 5 | 262 | 130 | 71 |
| Binary | 110001 | 11110010 | 11101011 | 1010000 | 0 | 11 | 101 | 10110010 | 1011000 | 111001 |
Color Harmonies of #31F2EB
Complementary color
Monochromatic Colors of #31F2EB
Black with #31F2EB
Text Example
Text Example
White with #31F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F2EB; }
p { color: rgb(49,242,235); }
H1.HeaderClassName
{
color: #31F2EB;
}
.AnyTagClassName
{
color: #31F2EB;
}
</style>
background-color css
<style>
a { background-color: #31F2EB; }
a { background-color: rgb(49,242,235); }
div.DivClassName
{
background-color: #31F2EB;
}
.BgClassName
{
background-color: #31F2EB;
}
</style>
border-color css
<style>
span { border-color: #31F2EB; }
span { border-color: rgb(49,242,235); }
td.TdClassName
{
border-color: #31F2EB;
}
.TagClassName
{
border-color: #31F2EB;
}
</style>