Shades of Turquoise #31D9F1
Tints of Turquoise #31D9F1
RGB
CMYK
RGB Variations
Color information
#31D9F1 (or 0x31D9F1) is known color: Turquoise. HEX triplet: 31, D9 and F1. RGB value is (49,217,241). Sum of RGB (Red+Green+Blue) = 49+217+241=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #31D9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D9F1 is #CE260E. Grayscale: #A9A9A9. Windows color (decimal): -13510159 or 15849777. OLE color: 15849777.
HSL color Cylindrical-coordinate representation of color #31D9F1: hue angle of 187.5º degrees, saturation: 0.87, 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 #31D9F1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 217 | 241 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.05 |
| HSL | 187.5º | 0.87% | 0.57% | - |
| HSV(B) | 187.5º | 0.8% | 0.95% | - |
| XYZ | 41.96 | 56.63 | 91.94 | - |
| YUV | 169.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 241 | 0.80 | 0.10 | 0 | 0.05 | 187.5 | 0.87 | 0.57 |
| Hex | 31 | D9 | F1 | 50 | A | 0 | 5 | BC | 57 | 39 |
| Octal | 61 | 331 | 361 | 120 | 12 | 0 | 5 | 274 | 127 | 71 |
| Binary | 110001 | 11011001 | 11110001 | 1010000 | 1010 | 0 | 101 | 10111100 | 1010111 | 111001 |
Color Harmonies of #31D9F1
Complementary color
Monochromatic Colors of #31D9F1
Black with #31D9F1
Text Example
Text Example
White with #31D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9F1; }
p { color: rgb(49,217,241); }
H1.HeaderClassName
{
color: #31D9F1;
}
.AnyTagClassName
{
color: #31D9F1;
}
</style>
background-color css
<style>
a { background-color: #31D9F1; }
a { background-color: rgb(49,217,241); }
div.DivClassName
{
background-color: #31D9F1;
}
.BgClassName
{
background-color: #31D9F1;
}
</style>
border-color css
<style>
span { border-color: #31D9F1; }
span { border-color: rgb(49,217,241); }
td.TdClassName
{
border-color: #31D9F1;
}
.TagClassName
{
border-color: #31D9F1;
}
</style>