Shades of Turquoise #31FBBE
Tints of Turquoise #31FBBE
RGB
CMYK
RGB Variations
Color information
#31FBBE (or 0x31FBBE) is known color: Turquoise. HEX triplet: 31, FB and BE. RGB value is (49,251,190). Sum of RGB (Red+Green+Blue) = 49+251+190=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBBE is #CE0441. Grayscale: #B7B7B7. Windows color (decimal): -13501506 or 12516145. OLE color: 12516145.
HSL color Cylindrical-coordinate representation of color #31FBBE: hue angle of 161.88º 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 #31FBBE is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 190 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.02 |
| HSL | 161.88º | 0.96% | 0.59% | - |
| HSV(B) | 161.88º | 0.8% | 0.98% | - |
| XYZ | 45.06 | 73.37 | 60.5 | - |
| YUV | 183.65 | 131.58 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 190 | 0.80 | 0 | 0.24 | 0.02 | 161.88 | 0.96 | 0.59 |
| Hex | 31 | FB | BE | 50 | 0 | 18 | 2 | A2 | 60 | 3B |
| Octal | 61 | 373 | 276 | 120 | 0 | 30 | 2 | 242 | 140 | 73 |
| Binary | 110001 | 11111011 | 10111110 | 1010000 | 0 | 11000 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #31FBBE
Complementary color
Monochromatic Colors of #31FBBE
Black with #31FBBE
Text Example
Text Example
White with #31FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBBE; }
p { color: rgb(49,251,190); }
H1.HeaderClassName
{
color: #31FBBE;
}
.AnyTagClassName
{
color: #31FBBE;
}
</style>
background-color css
<style>
a { background-color: #31FBBE; }
a { background-color: rgb(49,251,190); }
div.DivClassName
{
background-color: #31FBBE;
}
.BgClassName
{
background-color: #31FBBE;
}
</style>
border-color css
<style>
span { border-color: #31FBBE; }
span { border-color: rgb(49,251,190); }
td.TdClassName
{
border-color: #31FBBE;
}
.TagClassName
{
border-color: #31FBBE;
}
</style>