Shades of Turquoise #31DBE6
Tints of Turquoise #31DBE6
RGB
CMYK
RGB Variations
Color information
#31DBE6 (or 0x31DBE6) is known color: Turquoise. HEX triplet: 31, DB and E6. RGB value is (49,219,230). Sum of RGB (Red+Green+Blue) = 49+219+230=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #31DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBE6 is #CE2419. Grayscale: #A9A9A9. Windows color (decimal): -13509658 or 15129393. OLE color: 15129393.
HSL color Cylindrical-coordinate representation of color #31DBE6: hue angle of 183.65º 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 #31DBE6 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 219 | 230 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.10 |
| HSL | 183.65º | 0.78% | 0.55% | - |
| HSV(B) | 183.65º | 0.79% | 0.9% | - |
| XYZ | 40.88 | 57.03 | 83.72 | - |
| YUV | 169.42 | 162.18 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 230 | 0.79 | 0.05 | 0 | 0.10 | 183.65 | 0.78 | 0.55 |
| Hex | 31 | DB | E6 | 4F | 5 | 0 | A | B8 | 4E | 37 |
| Octal | 61 | 333 | 346 | 117 | 5 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110001 | 11011011 | 11100110 | 1001111 | 101 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #31DBE6
Complementary color
Monochromatic Colors of #31DBE6
Black with #31DBE6
Text Example
Text Example
White with #31DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBE6; }
p { color: rgb(49,219,230); }
H1.HeaderClassName
{
color: #31DBE6;
}
.AnyTagClassName
{
color: #31DBE6;
}
</style>
background-color css
<style>
a { background-color: #31DBE6; }
a { background-color: rgb(49,219,230); }
div.DivClassName
{
background-color: #31DBE6;
}
.BgClassName
{
background-color: #31DBE6;
}
</style>
border-color css
<style>
span { border-color: #31DBE6; }
span { border-color: rgb(49,219,230); }
td.TdClassName
{
border-color: #31DBE6;
}
.TagClassName
{
border-color: #31DBE6;
}
</style>