Shades of Turquoise #31D8F1
Tints of Turquoise #31D8F1
RGB
CMYK
RGB Variations
Color information
#31D8F1 (or 0x31D8F1) is known color: Turquoise. HEX triplet: 31, D8 and F1. RGB value is (49,216,241). Sum of RGB (Red+Green+Blue) = 49+216+241=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #31D8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D8F1 is #CE270E. Grayscale: #A8A8A8. Windows color (decimal): -13510415 or 15849521. OLE color: 15849521.
HSL color Cylindrical-coordinate representation of color #31D8F1: hue angle of 187.81º 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 #31D8F1 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 216 | 241 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.05 |
| HSL | 187.81º | 0.87% | 0.57% | - |
| HSV(B) | 187.81º | 0.8% | 0.95% | - |
| XYZ | 41.7 | 56.12 | 91.85 | - |
| YUV | 168.92 | 168.67 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 241 | 0.80 | 0.10 | 0 | 0.05 | 187.81 | 0.87 | 0.57 |
| Hex | 31 | D8 | F1 | 50 | A | 0 | 5 | BC | 57 | 39 |
| Octal | 61 | 330 | 361 | 120 | 12 | 0 | 5 | 274 | 127 | 71 |
| Binary | 110001 | 11011000 | 11110001 | 1010000 | 1010 | 0 | 101 | 10111100 | 1010111 | 111001 |
Color Harmonies of #31D8F1
Complementary color
Monochromatic Colors of #31D8F1
Black with #31D8F1
Text Example
Text Example
White with #31D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D8F1; }
p { color: rgb(49,216,241); }
H1.HeaderClassName
{
color: #31D8F1;
}
.AnyTagClassName
{
color: #31D8F1;
}
</style>
background-color css
<style>
a { background-color: #31D8F1; }
a { background-color: rgb(49,216,241); }
div.DivClassName
{
background-color: #31D8F1;
}
.BgClassName
{
background-color: #31D8F1;
}
</style>
border-color css
<style>
span { border-color: #31D8F1; }
span { border-color: rgb(49,216,241); }
td.TdClassName
{
border-color: #31D8F1;
}
.TagClassName
{
border-color: #31D8F1;
}
</style>