Shades of Turquoise #31F1F8
Tints of Turquoise #31F1F8
RGB
CMYK
RGB Variations
Color information
#31F1F8 (or 0x31F1F8) is known color: Turquoise. HEX triplet: 31, F1 and F8. RGB value is (49,241,248). Sum of RGB (Red+Green+Blue) = 49+241+248=538 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.11% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #31F1F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F1F8 is #CE0E07. Grayscale: #B8B8B8. Windows color (decimal): -13504008 or 16314673. OLE color: 16314673.
HSL color Cylindrical-coordinate representation of color #31F1F8: hue angle of 182.11º 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 #31F1F8 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 241 | 248 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.03 |
| HSL | 182.11º | 0.93% | 0.58% | - |
| HSV(B) | 182.11º | 0.8% | 0.97% | - |
| XYZ | 49.67 | 70.34 | 99.77 | - |
| YUV | 184.39 | 163.89 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 248 | 0.80 | 0.03 | 0 | 0.03 | 182.11 | 0.93 | 0.58 |
| Hex | 31 | F1 | F8 | 50 | 3 | 0 | 3 | B6 | 5D | 3A |
| Octal | 61 | 361 | 370 | 120 | 3 | 0 | 3 | 266 | 135 | 72 |
| Binary | 110001 | 11110001 | 11111000 | 1010000 | 11 | 0 | 11 | 10110110 | 1011101 | 111010 |
Color Harmonies of #31F1F8
Complementary color
Monochromatic Colors of #31F1F8
Black with #31F1F8
Text Example
Text Example
White with #31F1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F1F8; }
p { color: rgb(49,241,248); }
H1.HeaderClassName
{
color: #31F1F8;
}
.AnyTagClassName
{
color: #31F1F8;
}
</style>
background-color css
<style>
a { background-color: #31F1F8; }
a { background-color: rgb(49,241,248); }
div.DivClassName
{
background-color: #31F1F8;
}
.BgClassName
{
background-color: #31F1F8;
}
</style>
border-color css
<style>
span { border-color: #31F1F8; }
span { border-color: rgb(49,241,248); }
td.TdClassName
{
border-color: #31F1F8;
}
.TagClassName
{
border-color: #31F1F8;
}
</style>