Shades of Turquoise #31E0CF
Tints of Turquoise #31E0CF
RGB
CMYK
RGB Variations
Color information
#31E0CF (or 0x31E0CF) is known color: Turquoise. HEX triplet: 31, E0 and CF. RGB value is (49,224,207). Sum of RGB (Red+Green+Blue) = 49+224+207=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #31E0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E0CF is #CE1F30. Grayscale: #A9A9A9. Windows color (decimal): -13508401 or 13623345. OLE color: 13623345.
HSL color Cylindrical-coordinate representation of color #31E0CF: hue angle of 174.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E0CF is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 207 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.12 |
| HSL | 174.17º | 0.74% | 0.54% | - |
| HSV(B) | 174.17º | 0.78% | 0.88% | - |
| XYZ | 39.18 | 58.47 | 68.25 | - |
| YUV | 169.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 207 | 0.78 | 0 | 0.08 | 0.12 | 174.17 | 0.74 | 0.54 |
| Hex | 31 | E0 | CF | 4E | 0 | 8 | C | AE | 4A | 36 |
| Octal | 61 | 340 | 317 | 116 | 0 | 10 | 14 | 256 | 112 | 66 |
| Binary | 110001 | 11100000 | 11001111 | 1001110 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110110 |
Color Harmonies of #31E0CF
Complementary color
Monochromatic Colors of #31E0CF
Black with #31E0CF
Text Example
Text Example
White with #31E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E0CF; }
p { color: rgb(49,224,207); }
H1.HeaderClassName
{
color: #31E0CF;
}
.AnyTagClassName
{
color: #31E0CF;
}
</style>
background-color css
<style>
a { background-color: #31E0CF; }
a { background-color: rgb(49,224,207); }
div.DivClassName
{
background-color: #31E0CF;
}
.BgClassName
{
background-color: #31E0CF;
}
</style>
border-color css
<style>
span { border-color: #31E0CF; }
span { border-color: rgb(49,224,207); }
td.TdClassName
{
border-color: #31E0CF;
}
.TagClassName
{
border-color: #31E0CF;
}
</style>