Shades of Turquoise #31FDD0
Tints of Turquoise #31FDD0
RGB
CMYK
RGB Variations
Color information
#31FDD0 (or 0x31FDD0) is known color: Turquoise. HEX triplet: 31, FD and D0. RGB value is (49,253,208). Sum of RGB (Red+Green+Blue) = 49+253+208=510 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.61% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDD0 is #CE022F. Grayscale: #BABABA. Windows color (decimal): -13500976 or 13696305. OLE color: 13696305.
HSL color Cylindrical-coordinate representation of color #31FDD0: hue angle of 166.76º 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 #31FDD0 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 208 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.01 |
| HSL | 166.76º | 0.98% | 0.59% | - |
| HSV(B) | 166.76º | 0.81% | 0.99% | - |
| XYZ | 47.78 | 75.46 | 71.72 | - |
| YUV | 186.87 | 139.91 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 208 | 0.81 | 0 | 0.18 | 0.01 | 166.76 | 0.98 | 0.59 |
| Hex | 31 | FD | D0 | 51 | 0 | 12 | 1 | A7 | 62 | 3B |
| Octal | 61 | 375 | 320 | 121 | 0 | 22 | 1 | 247 | 142 | 73 |
| Binary | 110001 | 11111101 | 11010000 | 1010001 | 0 | 10010 | 1 | 10100111 | 1100010 | 111011 |
Color Harmonies of #31FDD0
Complementary color
Monochromatic Colors of #31FDD0
Black with #31FDD0
Text Example
Text Example
White with #31FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDD0; }
p { color: rgb(49,253,208); }
H1.HeaderClassName
{
color: #31FDD0;
}
.AnyTagClassName
{
color: #31FDD0;
}
</style>
background-color css
<style>
a { background-color: #31FDD0; }
a { background-color: rgb(49,253,208); }
div.DivClassName
{
background-color: #31FDD0;
}
.BgClassName
{
background-color: #31FDD0;
}
</style>
border-color css
<style>
span { border-color: #31FDD0; }
span { border-color: rgb(49,253,208); }
td.TdClassName
{
border-color: #31FDD0;
}
.TagClassName
{
border-color: #31FDD0;
}
</style>