Shades of Turquoise #31EACB
Tints of Turquoise #31EACB
RGB
CMYK
RGB Variations
Color information
#31EACB (or 0x31EACB) is known color: Turquoise. HEX triplet: 31, EA and CB. RGB value is (49,234,203). Sum of RGB (Red+Green+Blue) = 49+234+203=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #31EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EACB is #CE1534. Grayscale: #AFAFAF. Windows color (decimal): -13505845 or 13363761. OLE color: 13363761.
HSL color Cylindrical-coordinate representation of color #31EACB: hue angle of 169.95º 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 #31EACB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 203 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.08 |
| HSL | 169.95º | 0.81% | 0.55% | - |
| HSV(B) | 169.95º | 0.79% | 0.92% | - |
| XYZ | 41.47 | 63.81 | 66.63 | - |
| YUV | 175.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 203 | 0.79 | 0 | 0.13 | 0.08 | 169.95 | 0.81 | 0.55 |
| Hex | 31 | EA | CB | 4F | 0 | D | 8 | AA | 51 | 37 |
| Octal | 61 | 352 | 313 | 117 | 0 | 15 | 10 | 252 | 121 | 67 |
| Binary | 110001 | 11101010 | 11001011 | 1001111 | 0 | 1101 | 1000 | 10101010 | 1010001 | 110111 |
Color Harmonies of #31EACB
Complementary color
Monochromatic Colors of #31EACB
Black with #31EACB
Text Example
Text Example
White with #31EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EACB; }
p { color: rgb(49,234,203); }
H1.HeaderClassName
{
color: #31EACB;
}
.AnyTagClassName
{
color: #31EACB;
}
</style>
background-color css
<style>
a { background-color: #31EACB; }
a { background-color: rgb(49,234,203); }
div.DivClassName
{
background-color: #31EACB;
}
.BgClassName
{
background-color: #31EACB;
}
</style>
border-color css
<style>
span { border-color: #31EACB; }
span { border-color: rgb(49,234,203); }
td.TdClassName
{
border-color: #31EACB;
}
.TagClassName
{
border-color: #31EACB;
}
</style>