Shades of Turquoise #31EBFF
Tints of Turquoise #31EBFF
RGB
CMYK
RGB Variations
Color information
#31EBFF (or 0x31EBFF) is known color: Turquoise. HEX triplet: 31, EB and FF. RGB value is (49,235,255). Sum of RGB (Red+Green+Blue) = 49+235+255=539 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.09% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #31EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EBFF is #CE1400. Grayscale: #B5B5B5. Windows color (decimal): -13505537 or 16771889. OLE color: 16771889.
HSL color Cylindrical-coordinate representation of color #31EBFF: hue angle of 185.83º 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 #31EBFF is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 235 | 255 | - |
| CMYK | 0.81 | 0.08 | 0 | 0 |
| HSL | 185.83º | 1% | 0.6% | - |
| HSV(B) | 185.83º | 0.81% | 1% | - |
| XYZ | 49.02 | 67.29 | 105.01 | - |
| YUV | 181.67 | 169.38 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 235 | 255 | 0.81 | 0.08 | 0 | 0 | 185.83 | 1 | 0.6 |
| Hex | 31 | EB | FF | 51 | 8 | 0 | 0 | BA | 64 | 3C |
| Octal | 61 | 353 | 377 | 121 | 10 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110001 | 11101011 | 11111111 | 1010001 | 1000 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #31EBFF
Complementary color
Monochromatic Colors of #31EBFF
Black with #31EBFF
Text Example
Text Example
White with #31EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EBFF; }
p { color: rgb(49,235,255); }
H1.HeaderClassName
{
color: #31EBFF;
}
.AnyTagClassName
{
color: #31EBFF;
}
</style>
background-color css
<style>
a { background-color: #31EBFF; }
a { background-color: rgb(49,235,255); }
div.DivClassName
{
background-color: #31EBFF;
}
.BgClassName
{
background-color: #31EBFF;
}
</style>
border-color css
<style>
span { border-color: #31EBFF; }
span { border-color: rgb(49,235,255); }
td.TdClassName
{
border-color: #31EBFF;
}
.TagClassName
{
border-color: #31EBFF;
}
</style>