Shades of Turquoise #31EACF
Tints of Turquoise #31EACF
RGB
CMYK
RGB Variations
Color information
#31EACF (or 0x31EACF) is known color: Turquoise. HEX triplet: 31, EA and CF. RGB value is (49,234,207). Sum of RGB (Red+Green+Blue) = 49+234+207=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #31EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EACF is #CE1530. Grayscale: #AFAFAF. Windows color (decimal): -13505841 or 13625905. OLE color: 13625905.
HSL color Cylindrical-coordinate representation of color #31EACF: hue angle of 171.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EACF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 207 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.08 |
| HSL | 171.24º | 0.81% | 0.55% | - |
| HSV(B) | 171.24º | 0.79% | 0.92% | - |
| XYZ | 41.95 | 64 | 69.17 | - |
| YUV | 175.61 | 145.71 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 207 | 0.79 | 0 | 0.12 | 0.08 | 171.24 | 0.81 | 0.55 |
| Hex | 31 | EA | CF | 4F | 0 | C | 8 | AB | 51 | 37 |
| Octal | 61 | 352 | 317 | 117 | 0 | 14 | 10 | 253 | 121 | 67 |
| Binary | 110001 | 11101010 | 11001111 | 1001111 | 0 | 1100 | 1000 | 10101011 | 1010001 | 110111 |
Color Harmonies of #31EACF
Complementary color
Monochromatic Colors of #31EACF
Black with #31EACF
Text Example
Text Example
White with #31EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EACF; }
p { color: rgb(49,234,207); }
H1.HeaderClassName
{
color: #31EACF;
}
.AnyTagClassName
{
color: #31EACF;
}
</style>
background-color css
<style>
a { background-color: #31EACF; }
a { background-color: rgb(49,234,207); }
div.DivClassName
{
background-color: #31EACF;
}
.BgClassName
{
background-color: #31EACF;
}
</style>
border-color css
<style>
span { border-color: #31EACF; }
span { border-color: rgb(49,234,207); }
td.TdClassName
{
border-color: #31EACF;
}
.TagClassName
{
border-color: #31EACF;
}
</style>