Shades of Turquoise #31EEDB
Tints of Turquoise #31EEDB
RGB
CMYK
RGB Variations
Color information
#31EEDB (or 0x31EEDB) is known color: Turquoise. HEX triplet: 31, EE and DB. RGB value is (49,238,219). Sum of RGB (Red+Green+Blue) = 49+238+219=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #31EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EEDB is #CE1124. Grayscale: #B3B3B3. Windows color (decimal): -13504805 or 14413361. OLE color: 14413361.
HSL color Cylindrical-coordinate representation of color #31EEDB: hue angle of 173.97º degrees, saturation: 0.85, 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 #31EEDB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 219 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.07 |
| HSL | 173.97º | 0.85% | 0.56% | - |
| HSV(B) | 173.97º | 0.79% | 0.93% | - |
| XYZ | 44.63 | 66.92 | 77.58 | - |
| YUV | 179.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 219 | 0.79 | 0 | 0.08 | 0.07 | 173.97 | 0.85 | 0.56 |
| Hex | 31 | EE | DB | 4F | 0 | 8 | 7 | AE | 55 | 38 |
| Octal | 61 | 356 | 333 | 117 | 0 | 10 | 7 | 256 | 125 | 70 |
| Binary | 110001 | 11101110 | 11011011 | 1001111 | 0 | 1000 | 111 | 10101110 | 1010101 | 111000 |
Color Harmonies of #31EEDB
Complementary color
Monochromatic Colors of #31EEDB
Black with #31EEDB
Text Example
Text Example
White with #31EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEDB; }
p { color: rgb(49,238,219); }
H1.HeaderClassName
{
color: #31EEDB;
}
.AnyTagClassName
{
color: #31EEDB;
}
</style>
background-color css
<style>
a { background-color: #31EEDB; }
a { background-color: rgb(49,238,219); }
div.DivClassName
{
background-color: #31EEDB;
}
.BgClassName
{
background-color: #31EEDB;
}
</style>
border-color css
<style>
span { border-color: #31EEDB; }
span { border-color: rgb(49,238,219); }
td.TdClassName
{
border-color: #31EEDB;
}
.TagClassName
{
border-color: #31EEDB;
}
</style>