Shades of Turquoise #31FDD3
Tints of Turquoise #31FDD3
RGB
CMYK
RGB Variations
Color information
#31FDD3 (or 0x31FDD3) is known color: Turquoise. HEX triplet: 31, FD and D3. RGB value is (49,253,211). Sum of RGB (Red+Green+Blue) = 49+253+211=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDD3 is #CE022C. Grayscale: #BBBBBB. Windows color (decimal): -13500973 or 13892913. OLE color: 13892913.
HSL color Cylindrical-coordinate representation of color #31FDD3: hue angle of 167.65º 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 #31FDD3 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 211 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.01 |
| HSL | 167.65º | 0.98% | 0.59% | - |
| HSV(B) | 167.65º | 0.81% | 0.99% | - |
| XYZ | 48.15 | 75.61 | 73.68 | - |
| YUV | 187.22 | 141.41 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 211 | 0.81 | 0 | 0.17 | 0.01 | 167.65 | 0.98 | 0.59 |
| Hex | 31 | FD | D3 | 51 | 0 | 11 | 1 | A8 | 62 | 3B |
| Octal | 61 | 375 | 323 | 121 | 0 | 21 | 1 | 250 | 142 | 73 |
| Binary | 110001 | 11111101 | 11010011 | 1010001 | 0 | 10001 | 1 | 10101000 | 1100010 | 111011 |
Color Harmonies of #31FDD3
Complementary color
Monochromatic Colors of #31FDD3
Black with #31FDD3
Text Example
Text Example
White with #31FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDD3; }
p { color: rgb(49,253,211); }
H1.HeaderClassName
{
color: #31FDD3;
}
.AnyTagClassName
{
color: #31FDD3;
}
</style>
background-color css
<style>
a { background-color: #31FDD3; }
a { background-color: rgb(49,253,211); }
div.DivClassName
{
background-color: #31FDD3;
}
.BgClassName
{
background-color: #31FDD3;
}
</style>
border-color css
<style>
span { border-color: #31FDD3; }
span { border-color: rgb(49,253,211); }
td.TdClassName
{
border-color: #31FDD3;
}
.TagClassName
{
border-color: #31FDD3;
}
</style>