Shades of Turquoise #31DCF6
Tints of Turquoise #31DCF6
RGB
CMYK
RGB Variations
Color information
#31DCF6 (or 0x31DCF6) is known color: Turquoise. HEX triplet: 31, DC and F6. RGB value is (49,220,246). Sum of RGB (Red+Green+Blue) = 49+220+246=515 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.51% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #31DCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCF6 is #CE2309. Grayscale: #ABABAB. Windows color (decimal): -13509386 or 16178225. OLE color: 16178225.
HSL color Cylindrical-coordinate representation of color #31DCF6: hue angle of 187.92º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DCF6 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 220 | 246 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.04 |
| HSL | 187.92º | 0.92% | 0.58% | - |
| HSV(B) | 187.92º | 0.8% | 0.96% | - |
| XYZ | 43.49 | 58.49 | 96.19 | - |
| YUV | 171.84 | 169.85 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 246 | 0.80 | 0.11 | 0 | 0.04 | 187.92 | 0.92 | 0.58 |
| Hex | 31 | DC | F6 | 50 | B | 0 | 4 | BC | 5C | 3A |
| Octal | 61 | 334 | 366 | 120 | 13 | 0 | 4 | 274 | 134 | 72 |
| Binary | 110001 | 11011100 | 11110110 | 1010000 | 1011 | 0 | 100 | 10111100 | 1011100 | 111010 |
Color Harmonies of #31DCF6
Complementary color
Monochromatic Colors of #31DCF6
Black with #31DCF6
Text Example
Text Example
White with #31DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCF6; }
p { color: rgb(49,220,246); }
H1.HeaderClassName
{
color: #31DCF6;
}
.AnyTagClassName
{
color: #31DCF6;
}
</style>
background-color css
<style>
a { background-color: #31DCF6; }
a { background-color: rgb(49,220,246); }
div.DivClassName
{
background-color: #31DCF6;
}
.BgClassName
{
background-color: #31DCF6;
}
</style>
border-color css
<style>
span { border-color: #31DCF6; }
span { border-color: rgb(49,220,246); }
td.TdClassName
{
border-color: #31DCF6;
}
.TagClassName
{
border-color: #31DCF6;
}
</style>