Shades of Turquoise #31FFD2
Tints of Turquoise #31FFD2
RGB
CMYK
RGB Variations
Color information
#31FFD2 (or 0x31FFD2) is known color: Turquoise. HEX triplet: 31, FF and D2. RGB value is (49,255,210). Sum of RGB (Red+Green+Blue) = 49+255+210=514 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.53% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFD2 is #CE002D. Grayscale: #BCBCBC. Windows color (decimal): -13500462 or 13827889. OLE color: 13827889.
HSL color Cylindrical-coordinate representation of color #31FFD2: hue angle of 166.89º 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 #31FFD2 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 210 | - |
| CMYK | 0.81 | 0 | 0.18 | 0 |
| HSL | 166.89º | 1% | 0.6% | - |
| HSV(B) | 166.89º | 0.81% | 1% | - |
| XYZ | 48.66 | 76.83 | 73.24 | - |
| YUV | 188.28 | 140.25 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 210 | 0.81 | 0 | 0.18 | 0 | 166.89 | 1 | 0.6 |
| Hex | 31 | FF | D2 | 51 | 0 | 12 | 0 | A7 | 64 | 3C |
| Octal | 61 | 377 | 322 | 121 | 0 | 22 | 0 | 247 | 144 | 74 |
| Binary | 110001 | 11111111 | 11010010 | 1010001 | 0 | 10010 | 0 | 10100111 | 1100100 | 111100 |
Color Harmonies of #31FFD2
Complementary color
Monochromatic Colors of #31FFD2
Black with #31FFD2
Text Example
Text Example
White with #31FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFD2; }
p { color: rgb(49,255,210); }
H1.HeaderClassName
{
color: #31FFD2;
}
.AnyTagClassName
{
color: #31FFD2;
}
</style>
background-color css
<style>
a { background-color: #31FFD2; }
a { background-color: rgb(49,255,210); }
div.DivClassName
{
background-color: #31FFD2;
}
.BgClassName
{
background-color: #31FFD2;
}
</style>
border-color css
<style>
span { border-color: #31FFD2; }
span { border-color: rgb(49,255,210); }
td.TdClassName
{
border-color: #31FFD2;
}
.TagClassName
{
border-color: #31FFD2;
}
</style>