Shades of Medium Turquoise #31CADB
Tints of Medium Turquoise #31CADB
RGB
CMYK
RGB Variations
Color information
#31CADB (or 0x31CADB) is known color: Medium Turquoise. HEX triplet: 31, CA and DB. RGB value is (49,202,219). Sum of RGB (Red+Green+Blue) = 49+202+219=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CADB is #CE3524. Grayscale: #9D9D9D. Windows color (decimal): -13514021 or 14404145. OLE color: 14404145.
HSL color Cylindrical-coordinate representation of color #31CADB: hue angle of 186º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CADB is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 202 | 219 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.14 |
| HSL | 186º | 0.7% | 0.53% | - |
| HSV(B) | 186º | 0.78% | 0.86% | - |
| XYZ | 35.17 | 48.01 | 74.43 | - |
| YUV | 158.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 219 | 0.78 | 0.08 | 0 | 0.14 | 186 | 0.7 | 0.53 |
| Hex | 31 | CA | DB | 4E | 8 | 0 | E | BA | 46 | 35 |
| Octal | 61 | 312 | 333 | 116 | 10 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110001 | 11001010 | 11011011 | 1001110 | 1000 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #31CADB
Complementary color
Monochromatic Colors of #31CADB
Black with #31CADB
Text Example
Text Example
White with #31CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CADB; }
p { color: rgb(49,202,219); }
H1.HeaderClassName
{
color: #31CADB;
}
.AnyTagClassName
{
color: #31CADB;
}
</style>
background-color css
<style>
a { background-color: #31CADB; }
a { background-color: rgb(49,202,219); }
div.DivClassName
{
background-color: #31CADB;
}
.BgClassName
{
background-color: #31CADB;
}
</style>
border-color css
<style>
span { border-color: #31CADB; }
span { border-color: rgb(49,202,219); }
td.TdClassName
{
border-color: #31CADB;
}
.TagClassName
{
border-color: #31CADB;
}
</style>