Shades of Turquoise #31E5FD
Tints of Turquoise #31E5FD
RGB
CMYK
RGB Variations
Color information
#31E5FD (or 0x31E5FD) is known color: Turquoise. HEX triplet: 31, E5 and FD. RGB value is (49,229,253). Sum of RGB (Red+Green+Blue) = 49+229+253=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #31E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E5FD is #CE1A02. Grayscale: #B1B1B1. Windows color (decimal): -13507075 or 16639281. OLE color: 16639281.
HSL color Cylindrical-coordinate representation of color #31E5FD: hue angle of 187.06º degrees, saturation: 0.98, 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 #31E5FD is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 229 | 253 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.01 |
| HSL | 187.06º | 0.98% | 0.59% | - |
| HSV(B) | 187.06º | 0.81% | 0.99% | - |
| XYZ | 47.02 | 63.78 | 102.76 | - |
| YUV | 177.92 | 170.37 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 253 | 0.81 | 0.09 | 0 | 0.01 | 187.06 | 0.98 | 0.59 |
| Hex | 31 | E5 | FD | 51 | 9 | 0 | 1 | BB | 62 | 3B |
| Octal | 61 | 345 | 375 | 121 | 11 | 0 | 1 | 273 | 142 | 73 |
| Binary | 110001 | 11100101 | 11111101 | 1010001 | 1001 | 0 | 1 | 10111011 | 1100010 | 111011 |
Color Harmonies of #31E5FD
Complementary color
Monochromatic Colors of #31E5FD
Black with #31E5FD
Text Example
Text Example
White with #31E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E5FD; }
p { color: rgb(49,229,253); }
H1.HeaderClassName
{
color: #31E5FD;
}
.AnyTagClassName
{
color: #31E5FD;
}
</style>
background-color css
<style>
a { background-color: #31E5FD; }
a { background-color: rgb(49,229,253); }
div.DivClassName
{
background-color: #31E5FD;
}
.BgClassName
{
background-color: #31E5FD;
}
</style>
border-color css
<style>
span { border-color: #31E5FD; }
span { border-color: rgb(49,229,253); }
td.TdClassName
{
border-color: #31E5FD;
}
.TagClassName
{
border-color: #31E5FD;
}
</style>