Shades of Turquoise #31FABC
Tints of Turquoise #31FABC
RGB
CMYK
RGB Variations
Color information
#31FABC (or 0x31FABC) is known color: Turquoise. HEX triplet: 31, FA and BC. RGB value is (49,250,188). Sum of RGB (Red+Green+Blue) = 49+250+188=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #31FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FABC is #CE0543. Grayscale: #B6B6B6. Windows color (decimal): -13501764 or 12384817. OLE color: 12384817.
HSL color Cylindrical-coordinate representation of color #31FABC: hue angle of 161.49º degrees, saturation: 0.95, 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 #31FABC is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 188 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.02 |
| HSL | 161.49º | 0.95% | 0.59% | - |
| HSV(B) | 161.49º | 0.8% | 0.98% | - |
| XYZ | 44.53 | 72.66 | 59.25 | - |
| YUV | 182.83 | 130.91 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 188 | 0.80 | 0 | 0.25 | 0.02 | 161.49 | 0.95 | 0.59 |
| Hex | 31 | FA | BC | 50 | 0 | 19 | 2 | A1 | 5F | 3B |
| Octal | 61 | 372 | 274 | 120 | 0 | 31 | 2 | 241 | 137 | 73 |
| Binary | 110001 | 11111010 | 10111100 | 1010000 | 0 | 11001 | 10 | 10100001 | 1011111 | 111011 |
Color Harmonies of #31FABC
Complementary color
Monochromatic Colors of #31FABC
Black with #31FABC
Text Example
Text Example
White with #31FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FABC; }
p { color: rgb(49,250,188); }
H1.HeaderClassName
{
color: #31FABC;
}
.AnyTagClassName
{
color: #31FABC;
}
</style>
background-color css
<style>
a { background-color: #31FABC; }
a { background-color: rgb(49,250,188); }
div.DivClassName
{
background-color: #31FABC;
}
.BgClassName
{
background-color: #31FABC;
}
</style>
border-color css
<style>
span { border-color: #31FABC; }
span { border-color: rgb(49,250,188); }
td.TdClassName
{
border-color: #31FABC;
}
.TagClassName
{
border-color: #31FABC;
}
</style>