Shades of Turquoise #31EAFC
Tints of Turquoise #31EAFC
RGB
CMYK
RGB Variations
Color information
#31EAFC (or 0x31EAFC) is known color: Turquoise. HEX triplet: 31, EA and FC. RGB value is (49,234,252). Sum of RGB (Red+Green+Blue) = 49+234+252=535 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.16% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #31EAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EAFC is #CE1503. Grayscale: #B4B4B4. Windows color (decimal): -13505796 or 16575025. OLE color: 16575025.
HSL color Cylindrical-coordinate representation of color #31EAFC: hue angle of 185.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31EAFC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 234 | 252 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.01 |
| HSL | 185.32º | 0.97% | 0.59% | - |
| HSV(B) | 185.32º | 0.81% | 0.99% | - |
| XYZ | 48.26 | 66.53 | 102.39 | - |
| YUV | 180.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 252 | 0.81 | 0.07 | 0 | 0.01 | 185.32 | 0.97 | 0.59 |
| Hex | 31 | EA | FC | 51 | 7 | 0 | 1 | B9 | 61 | 3B |
| Octal | 61 | 352 | 374 | 121 | 7 | 0 | 1 | 271 | 141 | 73 |
| Binary | 110001 | 11101010 | 11111100 | 1010001 | 111 | 0 | 1 | 10111001 | 1100001 | 111011 |
Color Harmonies of #31EAFC
Complementary color
Monochromatic Colors of #31EAFC
Black with #31EAFC
Text Example
Text Example
White with #31EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EAFC; }
p { color: rgb(49,234,252); }
H1.HeaderClassName
{
color: #31EAFC;
}
.AnyTagClassName
{
color: #31EAFC;
}
</style>
background-color css
<style>
a { background-color: #31EAFC; }
a { background-color: rgb(49,234,252); }
div.DivClassName
{
background-color: #31EAFC;
}
.BgClassName
{
background-color: #31EAFC;
}
</style>
border-color css
<style>
span { border-color: #31EAFC; }
span { border-color: rgb(49,234,252); }
td.TdClassName
{
border-color: #31EAFC;
}
.TagClassName
{
border-color: #31EAFC;
}
</style>