Shades of Turquoise #31F0F3
Tints of Turquoise #31F0F3
RGB
CMYK
RGB Variations
Color information
#31F0F3 (or 0x31F0F3) is known color: Turquoise. HEX triplet: 31, F0 and F3. RGB value is (49,240,243). Sum of RGB (Red+Green+Blue) = 49+240+243=532 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.21% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #31F0F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F0F3 is #CE0F0C. Grayscale: #B7B7B7. Windows color (decimal): -13504269 or 15986737. OLE color: 15986737.
HSL color Cylindrical-coordinate representation of color #31F0F3: hue angle of 180.93º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0F3 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 240 | 243 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.05 |
| HSL | 180.93º | 0.89% | 0.57% | - |
| HSV(B) | 180.93º | 0.8% | 0.95% | - |
| XYZ | 48.6 | 69.44 | 95.64 | - |
| YUV | 183.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 243 | 0.80 | 0.01 | 0 | 0.05 | 180.93 | 0.89 | 0.57 |
| Hex | 31 | F0 | F3 | 50 | 1 | 0 | 5 | B5 | 59 | 39 |
| Octal | 61 | 360 | 363 | 120 | 1 | 0 | 5 | 265 | 131 | 71 |
| Binary | 110001 | 11110000 | 11110011 | 1010000 | 1 | 0 | 101 | 10110101 | 1011001 | 111001 |
Color Harmonies of #31F0F3
Complementary color
Monochromatic Colors of #31F0F3
Black with #31F0F3
Text Example
Text Example
White with #31F0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0F3; }
p { color: rgb(49,240,243); }
H1.HeaderClassName
{
color: #31F0F3;
}
.AnyTagClassName
{
color: #31F0F3;
}
</style>
background-color css
<style>
a { background-color: #31F0F3; }
a { background-color: rgb(49,240,243); }
div.DivClassName
{
background-color: #31F0F3;
}
.BgClassName
{
background-color: #31F0F3;
}
</style>
border-color css
<style>
span { border-color: #31F0F3; }
span { border-color: rgb(49,240,243); }
td.TdClassName
{
border-color: #31F0F3;
}
.TagClassName
{
border-color: #31F0F3;
}
</style>