Shades of Turquoise #31DBDF
Tints of Turquoise #31DBDF
RGB
CMYK
RGB Variations
Color information
#31DBDF (or 0x31DBDF) is known color: Turquoise. HEX triplet: 31, DB and DF. RGB value is (49,219,223). Sum of RGB (Red+Green+Blue) = 49+219+223=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #31DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBDF is #CE2420. Grayscale: #A8A8A8. Windows color (decimal): -13509665 or 14670641. OLE color: 14670641.
HSL color Cylindrical-coordinate representation of color #31DBDF: hue angle of 181.38º degrees, saturation: 0.73, 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 #31DBDF is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 219 | 223 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.13 |
| HSL | 181.38º | 0.73% | 0.53% | - |
| HSV(B) | 181.38º | 0.78% | 0.87% | - |
| XYZ | 39.92 | 56.64 | 78.64 | - |
| YUV | 168.63 | 158.68 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 223 | 0.78 | 0.02 | 0 | 0.13 | 181.38 | 0.73 | 0.53 |
| Hex | 31 | DB | DF | 4E | 2 | 0 | D | B5 | 49 | 35 |
| Octal | 61 | 333 | 337 | 116 | 2 | 0 | 15 | 265 | 111 | 65 |
| Binary | 110001 | 11011011 | 11011111 | 1001110 | 10 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #31DBDF
Complementary color
Monochromatic Colors of #31DBDF
Black with #31DBDF
Text Example
Text Example
White with #31DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBDF; }
p { color: rgb(49,219,223); }
H1.HeaderClassName
{
color: #31DBDF;
}
.AnyTagClassName
{
color: #31DBDF;
}
</style>
background-color css
<style>
a { background-color: #31DBDF; }
a { background-color: rgb(49,219,223); }
div.DivClassName
{
background-color: #31DBDF;
}
.BgClassName
{
background-color: #31DBDF;
}
</style>
border-color css
<style>
span { border-color: #31DBDF; }
span { border-color: rgb(49,219,223); }
td.TdClassName
{
border-color: #31DBDF;
}
.TagClassName
{
border-color: #31DBDF;
}
</style>