Shades of Turquoise #31EDE8
Tints of Turquoise #31EDE8
RGB
CMYK
RGB Variations
Color information
#31EDE8 (or 0x31EDE8) is known color: Turquoise. HEX triplet: 31, ED and E8. RGB value is (49,237,232). Sum of RGB (Red+Green+Blue) = 49+237+232=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EDE8 is #CE1217. Grayscale: #B4B4B4. Windows color (decimal): -13505048 or 15265073. OLE color: 15265073.
HSL color Cylindrical-coordinate representation of color #31EDE8: hue angle of 178.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDE8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 232 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.07 |
| HSL | 178.4º | 0.84% | 0.56% | - |
| HSV(B) | 178.4º | 0.79% | 0.93% | - |
| XYZ | 46.12 | 67.05 | 86.85 | - |
| YUV | 180.22 | 157.22 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 232 | 0.79 | 0 | 0.02 | 0.07 | 178.4 | 0.84 | 0.56 |
| Hex | 31 | ED | E8 | 4F | 0 | 2 | 7 | B2 | 54 | 38 |
| Octal | 61 | 355 | 350 | 117 | 0 | 2 | 7 | 262 | 124 | 70 |
| Binary | 110001 | 11101101 | 11101000 | 1001111 | 0 | 10 | 111 | 10110010 | 1010100 | 111000 |
Color Harmonies of #31EDE8
Complementary color
Monochromatic Colors of #31EDE8
Black with #31EDE8
Text Example
Text Example
White with #31EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDE8; }
p { color: rgb(49,237,232); }
H1.HeaderClassName
{
color: #31EDE8;
}
.AnyTagClassName
{
color: #31EDE8;
}
</style>
background-color css
<style>
a { background-color: #31EDE8; }
a { background-color: rgb(49,237,232); }
div.DivClassName
{
background-color: #31EDE8;
}
.BgClassName
{
background-color: #31EDE8;
}
</style>
border-color css
<style>
span { border-color: #31EDE8; }
span { border-color: rgb(49,237,232); }
td.TdClassName
{
border-color: #31EDE8;
}
.TagClassName
{
border-color: #31EDE8;
}
</style>