Shades of Turquoise #31FFDD
Tints of Turquoise #31FFDD
RGB
CMYK
RGB Variations
Color information
#31FFDD (or 0x31FFDD) is known color: Turquoise. HEX triplet: 31, FF and DD. RGB value is (49,255,221). Sum of RGB (Red+Green+Blue) = 49+255+221=525 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.33% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFDD is #CE0022. Grayscale: #BDBDBD. Windows color (decimal): -13500451 or 14548785. OLE color: 14548785.
HSL color Cylindrical-coordinate representation of color #31FFDD: hue angle of 170.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 221 | - |
| CMYK | 0.81 | 0 | 0.13 | 0 |
| HSL | 170.1º | 1% | 0.6% | - |
| HSV(B) | 170.1º | 0.81% | 1% | - |
| XYZ | 50.08 | 77.39 | 80.71 | - |
| YUV | 189.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 221 | 0.81 | 0 | 0.13 | 0 | 170.1 | 1 | 0.6 |
| Hex | 31 | FF | DD | 51 | 0 | D | 0 | AA | 64 | 3C |
| Octal | 61 | 377 | 335 | 121 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110001 | 11111111 | 11011101 | 1010001 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #31FFDD
Complementary color
Monochromatic Colors of #31FFDD
Black with #31FFDD
Text Example
Text Example
White with #31FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFDD; }
p { color: rgb(49,255,221); }
H1.HeaderClassName
{
color: #31FFDD;
}
.AnyTagClassName
{
color: #31FFDD;
}
</style>
background-color css
<style>
a { background-color: #31FFDD; }
a { background-color: rgb(49,255,221); }
div.DivClassName
{
background-color: #31FFDD;
}
.BgClassName
{
background-color: #31FFDD;
}
</style>
border-color css
<style>
span { border-color: #31FFDD; }
span { border-color: rgb(49,255,221); }
td.TdClassName
{
border-color: #31FFDD;
}
.TagClassName
{
border-color: #31FFDD;
}
</style>