Shades of Turquoise #31FBC2
Tints of Turquoise #31FBC2
RGB
CMYK
RGB Variations
Color information
#31FBC2 (or 0x31FBC2) is known color: Turquoise. HEX triplet: 31, FB and C2. RGB value is (49,251,194). Sum of RGB (Red+Green+Blue) = 49+251+194=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBC2 is #CE043D. Grayscale: #B8B8B8. Windows color (decimal): -13501502 or 12778289. OLE color: 12778289.
HSL color Cylindrical-coordinate representation of color #31FBC2: hue angle of 163.07º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FBC2 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 194 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 163.07º | 0.96% | 0.59% | - |
| HSV(B) | 163.07º | 0.8% | 0.98% | - |
| XYZ | 45.5 | 73.54 | 62.84 | - |
| YUV | 184.1 | 133.58 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 194 | 0.80 | 0 | 0.23 | 0.02 | 163.07 | 0.96 | 0.59 |
| Hex | 31 | FB | C2 | 50 | 0 | 17 | 2 | A3 | 60 | 3B |
| Octal | 61 | 373 | 302 | 120 | 0 | 27 | 2 | 243 | 140 | 73 |
| Binary | 110001 | 11111011 | 11000010 | 1010000 | 0 | 10111 | 10 | 10100011 | 1100000 | 111011 |
Color Harmonies of #31FBC2
Complementary color
Monochromatic Colors of #31FBC2
Black with #31FBC2
Text Example
Text Example
White with #31FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBC2; }
p { color: rgb(49,251,194); }
H1.HeaderClassName
{
color: #31FBC2;
}
.AnyTagClassName
{
color: #31FBC2;
}
</style>
background-color css
<style>
a { background-color: #31FBC2; }
a { background-color: rgb(49,251,194); }
div.DivClassName
{
background-color: #31FBC2;
}
.BgClassName
{
background-color: #31FBC2;
}
</style>
border-color css
<style>
span { border-color: #31FBC2; }
span { border-color: rgb(49,251,194); }
td.TdClassName
{
border-color: #31FBC2;
}
.TagClassName
{
border-color: #31FBC2;
}
</style>