Shades of Turquoise #31DDE6
Tints of Turquoise #31DDE6
RGB
CMYK
RGB Variations
Color information
#31DDE6 (or 0x31DDE6) is known color: Turquoise. HEX triplet: 31, DD and E6. RGB value is (49,221,230). Sum of RGB (Red+Green+Blue) = 49+221+230=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #31DDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDE6 is #CE2219. Grayscale: #AAAAAA. Windows color (decimal): -13509146 or 15129905. OLE color: 15129905.
HSL color Cylindrical-coordinate representation of color #31DDE6: hue angle of 182.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DDE6 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 221 | 230 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.10 |
| HSL | 182.98º | 0.78% | 0.55% | - |
| HSV(B) | 182.98º | 0.79% | 0.9% | - |
| XYZ | 41.41 | 58.08 | 83.89 | - |
| YUV | 170.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 230 | 0.79 | 0.04 | 0 | 0.10 | 182.98 | 0.78 | 0.55 |
| Hex | 31 | DD | E6 | 4F | 4 | 0 | A | B7 | 4E | 37 |
| Octal | 61 | 335 | 346 | 117 | 4 | 0 | 12 | 267 | 116 | 67 |
| Binary | 110001 | 11011101 | 11100110 | 1001111 | 100 | 0 | 1010 | 10110111 | 1001110 | 110111 |
Color Harmonies of #31DDE6
Complementary color
Monochromatic Colors of #31DDE6
Black with #31DDE6
Text Example
Text Example
White with #31DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDE6; }
p { color: rgb(49,221,230); }
H1.HeaderClassName
{
color: #31DDE6;
}
.AnyTagClassName
{
color: #31DDE6;
}
</style>
background-color css
<style>
a { background-color: #31DDE6; }
a { background-color: rgb(49,221,230); }
div.DivClassName
{
background-color: #31DDE6;
}
.BgClassName
{
background-color: #31DDE6;
}
</style>
border-color css
<style>
span { border-color: #31DDE6; }
span { border-color: rgb(49,221,230); }
td.TdClassName
{
border-color: #31DDE6;
}
.TagClassName
{
border-color: #31DDE6;
}
</style>