Shades of Turquoise #31DBDE
Tints of Turquoise #31DBDE
RGB
CMYK
RGB Variations
Color information
#31DBDE (or 0x31DBDE) is known color: Turquoise. HEX triplet: 31, DB and DE. RGB value is (49,219,222). Sum of RGB (Red+Green+Blue) = 49+219+222=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #31DBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBDE is #CE2421. Grayscale: #A8A8A8. Windows color (decimal): -13509666 or 14605105. OLE color: 14605105.
HSL color Cylindrical-coordinate representation of color #31DBDE: hue angle of 181.04º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBDE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 219 | 222 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.13 |
| HSL | 181.04º | 0.72% | 0.53% | - |
| HSV(B) | 181.04º | 0.78% | 0.87% | - |
| XYZ | 39.78 | 56.59 | 77.93 | - |
| YUV | 168.51 | 158.18 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 222 | 0.78 | 0.01 | 0 | 0.13 | 181.04 | 0.72 | 0.53 |
| Hex | 31 | DB | DE | 4E | 1 | 0 | D | B5 | 48 | 35 |
| Octal | 61 | 333 | 336 | 116 | 1 | 0 | 15 | 265 | 110 | 65 |
| Binary | 110001 | 11011011 | 11011110 | 1001110 | 1 | 0 | 1101 | 10110101 | 1001000 | 110101 |
Color Harmonies of #31DBDE
Complementary color
Monochromatic Colors of #31DBDE
Black with #31DBDE
Text Example
Text Example
White with #31DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBDE; }
p { color: rgb(49,219,222); }
H1.HeaderClassName
{
color: #31DBDE;
}
.AnyTagClassName
{
color: #31DBDE;
}
</style>
background-color css
<style>
a { background-color: #31DBDE; }
a { background-color: rgb(49,219,222); }
div.DivClassName
{
background-color: #31DBDE;
}
.BgClassName
{
background-color: #31DBDE;
}
</style>
border-color css
<style>
span { border-color: #31DBDE; }
span { border-color: rgb(49,219,222); }
td.TdClassName
{
border-color: #31DBDE;
}
.TagClassName
{
border-color: #31DBDE;
}
</style>