Shades of Turquoise #31FDB6
Tints of Turquoise #31FDB6
RGB
CMYK
RGB Variations
Color information
#31FDB6 (or 0x31FDB6) is known color: Turquoise. HEX triplet: 31, FD and B6. RGB value is (49,253,182). Sum of RGB (Red+Green+Blue) = 49+253+182=484 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.12% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDB6 is #CE0249. Grayscale: #B7B7B7. Windows color (decimal): -13501002 or 11992369. OLE color: 11992369.
HSL color Cylindrical-coordinate representation of color #31FDB6: hue angle of 159.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FDB6 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 182 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.01 |
| HSL | 159.12º | 0.98% | 0.59% | - |
| HSV(B) | 159.12º | 0.81% | 0.99% | - |
| XYZ | 44.84 | 74.28 | 56.23 | - |
| YUV | 183.91 | 126.91 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 182 | 0.81 | 0 | 0.28 | 0.01 | 159.12 | 0.98 | 0.59 |
| Hex | 31 | FD | B6 | 51 | 0 | 1C | 1 | 9F | 62 | 3B |
| Octal | 61 | 375 | 266 | 121 | 0 | 34 | 1 | 237 | 142 | 73 |
| Binary | 110001 | 11111101 | 10110110 | 1010001 | 0 | 11100 | 1 | 10011111 | 1100010 | 111011 |
Color Harmonies of #31FDB6
Complementary color
Monochromatic Colors of #31FDB6
Black with #31FDB6
Text Example
Text Example
White with #31FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDB6; }
p { color: rgb(49,253,182); }
H1.HeaderClassName
{
color: #31FDB6;
}
.AnyTagClassName
{
color: #31FDB6;
}
</style>
background-color css
<style>
a { background-color: #31FDB6; }
a { background-color: rgb(49,253,182); }
div.DivClassName
{
background-color: #31FDB6;
}
.BgClassName
{
background-color: #31FDB6;
}
</style>
border-color css
<style>
span { border-color: #31FDB6; }
span { border-color: rgb(49,253,182); }
td.TdClassName
{
border-color: #31FDB6;
}
.TagClassName
{
border-color: #31FDB6;
}
</style>