Shades of Turquoise #31EAFF
Tints of Turquoise #31EAFF
RGB
CMYK
RGB Variations
Color information
#31EAFF (or 0x31EAFF) is known color: Turquoise. HEX triplet: 31, EA and FF. RGB value is (49,234,255). Sum of RGB (Red+Green+Blue) = 49+234+255=538 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.11% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #31EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EAFF is #CE1500. Grayscale: #B4B4B4. Windows color (decimal): -13505793 or 16771633. OLE color: 16771633.
HSL color Cylindrical-coordinate representation of color #31EAFF: hue angle of 186.12º 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 #31EAFF is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 234 | 255 | - |
| CMYK | 0.81 | 0.08 | 0 | 0 |
| HSL | 186.12º | 1% | 0.6% | - |
| HSV(B) | 186.12º | 0.81% | 1% | - |
| XYZ | 48.74 | 66.72 | 104.92 | - |
| YUV | 181.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 255 | 0.81 | 0.08 | 0 | 0 | 186.12 | 1 | 0.6 |
| Hex | 31 | EA | FF | 51 | 8 | 0 | 0 | BA | 64 | 3C |
| Octal | 61 | 352 | 377 | 121 | 10 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110001 | 11101010 | 11111111 | 1010001 | 1000 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #31EAFF
Complementary color
Monochromatic Colors of #31EAFF
Black with #31EAFF
Text Example
Text Example
White with #31EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EAFF; }
p { color: rgb(49,234,255); }
H1.HeaderClassName
{
color: #31EAFF;
}
.AnyTagClassName
{
color: #31EAFF;
}
</style>
background-color css
<style>
a { background-color: #31EAFF; }
a { background-color: rgb(49,234,255); }
div.DivClassName
{
background-color: #31EAFF;
}
.BgClassName
{
background-color: #31EAFF;
}
</style>
border-color css
<style>
span { border-color: #31EAFF; }
span { border-color: rgb(49,234,255); }
td.TdClassName
{
border-color: #31EAFF;
}
.TagClassName
{
border-color: #31EAFF;
}
</style>