Shades of Turquoise #31EFF0
Tints of Turquoise #31EFF0
RGB
CMYK
RGB Variations
Color information
#31EFF0 (or 0x31EFF0) is known color: Turquoise. HEX triplet: 31, EF and F0. RGB value is (49,239,240). Sum of RGB (Red+Green+Blue) = 49+239+240=528 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.28% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #31EFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFF0 is #CE100F. Grayscale: #B6B6B6. Windows color (decimal): -13504528 or 15789873. OLE color: 15789873.
HSL color Cylindrical-coordinate representation of color #31EFF0: hue angle of 180.31º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31EFF0 is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 240 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.06 |
| HSL | 180.31º | 0.86% | 0.57% | - |
| HSV(B) | 180.31º | 0.8% | 0.94% | - |
| XYZ | 47.86 | 68.68 | 93.17 | - |
| YUV | 182.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 240 | 0.80 | 0.00 | 0 | 0.06 | 180.31 | 0.86 | 0.57 |
| Hex | 31 | EF | F0 | 50 | 0 | 0 | 6 | B4 | 56 | 39 |
| Octal | 61 | 357 | 360 | 120 | 0 | 0 | 6 | 264 | 126 | 71 |
| Binary | 110001 | 11101111 | 11110000 | 1010000 | 0 | 0 | 110 | 10110100 | 1010110 | 111001 |
Color Harmonies of #31EFF0
Complementary color
Monochromatic Colors of #31EFF0
Black with #31EFF0
Text Example
Text Example
White with #31EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFF0; }
p { color: rgb(49,239,240); }
H1.HeaderClassName
{
color: #31EFF0;
}
.AnyTagClassName
{
color: #31EFF0;
}
</style>
background-color css
<style>
a { background-color: #31EFF0; }
a { background-color: rgb(49,239,240); }
div.DivClassName
{
background-color: #31EFF0;
}
.BgClassName
{
background-color: #31EFF0;
}
</style>
border-color css
<style>
span { border-color: #31EFF0; }
span { border-color: rgb(49,239,240); }
td.TdClassName
{
border-color: #31EFF0;
}
.TagClassName
{
border-color: #31EFF0;
}
</style>