Shades of Turquoise #31EDEF
Tints of Turquoise #31EDEF
RGB
CMYK
RGB Variations
Color information
#31EDEF (or 0x31EDEF) is known color: Turquoise. HEX triplet: 31, ED and EF. RGB value is (49,237,239). Sum of RGB (Red+Green+Blue) = 49+237+239=525 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.33% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #31EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EDEF is #CE1210. Grayscale: #B4B4B4. Windows color (decimal): -13505041 or 15723825. OLE color: 15723825.
HSL color Cylindrical-coordinate representation of color #31EDEF: hue angle of 180.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDEF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 237 | 239 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.06 |
| HSL | 180.63º | 0.86% | 0.56% | - |
| HSV(B) | 180.63º | 0.79% | 0.94% | - |
| XYZ | 47.13 | 67.45 | 92.2 | - |
| YUV | 181.02 | 160.72 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 239 | 0.79 | 0.01 | 0 | 0.06 | 180.63 | 0.86 | 0.56 |
| Hex | 31 | ED | EF | 4F | 1 | 0 | 6 | B5 | 56 | 38 |
| Octal | 61 | 355 | 357 | 117 | 1 | 0 | 6 | 265 | 126 | 70 |
| Binary | 110001 | 11101101 | 11101111 | 1001111 | 1 | 0 | 110 | 10110101 | 1010110 | 111000 |
Color Harmonies of #31EDEF
Complementary color
Monochromatic Colors of #31EDEF
Black with #31EDEF
Text Example
Text Example
White with #31EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDEF; }
p { color: rgb(49,237,239); }
H1.HeaderClassName
{
color: #31EDEF;
}
.AnyTagClassName
{
color: #31EDEF;
}
</style>
background-color css
<style>
a { background-color: #31EDEF; }
a { background-color: rgb(49,237,239); }
div.DivClassName
{
background-color: #31EDEF;
}
.BgClassName
{
background-color: #31EDEF;
}
</style>
border-color css
<style>
span { border-color: #31EDEF; }
span { border-color: rgb(49,237,239); }
td.TdClassName
{
border-color: #31EDEF;
}
.TagClassName
{
border-color: #31EDEF;
}
</style>