Shades of Turquoise #31F8DF
Tints of Turquoise #31F8DF
RGB
CMYK
RGB Variations
Color information
#31F8DF (or 0x31F8DF) is known color: Turquoise. HEX triplet: 31, F8 and DF. RGB value is (49,248,223). Sum of RGB (Red+Green+Blue) = 49+248+223=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F8DF is #CE0720. Grayscale: #B9B9B9. Windows color (decimal): -13502241 or 14678065. OLE color: 14678065.
HSL color Cylindrical-coordinate representation of color #31F8DF: hue angle of 172.46º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8DF is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 223 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.03 |
| HSL | 172.46º | 0.93% | 0.58% | - |
| HSV(B) | 172.46º | 0.8% | 0.97% | - |
| XYZ | 48.15 | 73.12 | 81.39 | - |
| YUV | 185.65 | 149.07 | 30.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 223 | 0.80 | 0 | 0.10 | 0.03 | 172.46 | 0.93 | 0.58 |
| Hex | 31 | F8 | DF | 50 | 0 | A | 3 | AC | 5D | 3A |
| Octal | 61 | 370 | 337 | 120 | 0 | 12 | 3 | 254 | 135 | 72 |
| Binary | 110001 | 11111000 | 11011111 | 1010000 | 0 | 1010 | 11 | 10101100 | 1011101 | 111010 |
Color Harmonies of #31F8DF
Complementary color
Monochromatic Colors of #31F8DF
Black with #31F8DF
Text Example
Text Example
White with #31F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F8DF; }
p { color: rgb(49,248,223); }
H1.HeaderClassName
{
color: #31F8DF;
}
.AnyTagClassName
{
color: #31F8DF;
}
</style>
background-color css
<style>
a { background-color: #31F8DF; }
a { background-color: rgb(49,248,223); }
div.DivClassName
{
background-color: #31F8DF;
}
.BgClassName
{
background-color: #31F8DF;
}
</style>
border-color css
<style>
span { border-color: #31F8DF; }
span { border-color: rgb(49,248,223); }
td.TdClassName
{
border-color: #31F8DF;
}
.TagClassName
{
border-color: #31F8DF;
}
</style>