Shades of Turquoise #31F0DF
Tints of Turquoise #31F0DF
RGB
CMYK
RGB Variations
Color information
#31F0DF (or 0x31F0DF) is known color: Turquoise. HEX triplet: 31, F0 and DF. RGB value is (49,240,223). Sum of RGB (Red+Green+Blue) = 49+240+223=512 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.57% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F0DF is #CE0F20. Grayscale: #B4B4B4. Windows color (decimal): -13504289 or 14676017. OLE color: 14676017.
HSL color Cylindrical-coordinate representation of color #31F0DF: hue angle of 174.66º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F0DF is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 223 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.06 |
| HSL | 174.66º | 0.86% | 0.57% | - |
| HSV(B) | 174.66º | 0.8% | 0.94% | - |
| XYZ | 45.75 | 68.3 | 80.58 | - |
| YUV | 180.95 | 151.72 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 223 | 0.80 | 0 | 0.07 | 0.06 | 174.66 | 0.86 | 0.57 |
| Hex | 31 | F0 | DF | 50 | 0 | 7 | 6 | AF | 56 | 39 |
| Octal | 61 | 360 | 337 | 120 | 0 | 7 | 6 | 257 | 126 | 71 |
| Binary | 110001 | 11110000 | 11011111 | 1010000 | 0 | 111 | 110 | 10101111 | 1010110 | 111001 |
Color Harmonies of #31F0DF
Complementary color
Monochromatic Colors of #31F0DF
Black with #31F0DF
Text Example
Text Example
White with #31F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0DF; }
p { color: rgb(49,240,223); }
H1.HeaderClassName
{
color: #31F0DF;
}
.AnyTagClassName
{
color: #31F0DF;
}
</style>
background-color css
<style>
a { background-color: #31F0DF; }
a { background-color: rgb(49,240,223); }
div.DivClassName
{
background-color: #31F0DF;
}
.BgClassName
{
background-color: #31F0DF;
}
</style>
border-color css
<style>
span { border-color: #31F0DF; }
span { border-color: rgb(49,240,223); }
td.TdClassName
{
border-color: #31F0DF;
}
.TagClassName
{
border-color: #31F0DF;
}
</style>