Shades of Turquoise #31FCDC
Tints of Turquoise #31FCDC
RGB
CMYK
RGB Variations
Color information
#31FCDC (or 0x31FCDC) is known color: Turquoise. HEX triplet: 31, FC and DC. RGB value is (49,252,220). Sum of RGB (Red+Green+Blue) = 49+252+220=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCDC is #CE0323. Grayscale: #BBBBBB. Windows color (decimal): -13501220 or 14482481. OLE color: 14482481.
HSL color Cylindrical-coordinate representation of color #31FCDC: hue angle of 170.54º degrees, saturation: 0.97, 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 #31FCDC is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 220 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 170.54º | 0.97% | 0.59% | - |
| HSV(B) | 170.54º | 0.81% | 0.99% | - |
| XYZ | 49 | 75.44 | 79.69 | - |
| YUV | 187.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 220 | 0.81 | 0 | 0.13 | 0.01 | 170.54 | 0.97 | 0.59 |
| Hex | 31 | FC | DC | 51 | 0 | D | 1 | AB | 61 | 3B |
| Octal | 61 | 374 | 334 | 121 | 0 | 15 | 1 | 253 | 141 | 73 |
| Binary | 110001 | 11111100 | 11011100 | 1010001 | 0 | 1101 | 1 | 10101011 | 1100001 | 111011 |
Color Harmonies of #31FCDC
Complementary color
Monochromatic Colors of #31FCDC
Black with #31FCDC
Text Example
Text Example
White with #31FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCDC; }
p { color: rgb(49,252,220); }
H1.HeaderClassName
{
color: #31FCDC;
}
.AnyTagClassName
{
color: #31FCDC;
}
</style>
background-color css
<style>
a { background-color: #31FCDC; }
a { background-color: rgb(49,252,220); }
div.DivClassName
{
background-color: #31FCDC;
}
.BgClassName
{
background-color: #31FCDC;
}
</style>
border-color css
<style>
span { border-color: #31FCDC; }
span { border-color: rgb(49,252,220); }
td.TdClassName
{
border-color: #31FCDC;
}
.TagClassName
{
border-color: #31FCDC;
}
</style>