Shades of Medium Turquoise #31CDDB
Tints of Medium Turquoise #31CDDB
RGB
CMYK
RGB Variations
Color information
#31CDDB (or 0x31CDDB) is known color: Medium Turquoise. HEX triplet: 31, CD and DB. RGB value is (49,205,219). Sum of RGB (Red+Green+Blue) = 49+205+219=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDDB is #CE3224. Grayscale: #9F9F9F. Windows color (decimal): -13513253 or 14404913. OLE color: 14404913.
HSL color Cylindrical-coordinate representation of color #31CDDB: hue angle of 184.94º 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 #31CDDB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 205 | 219 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.94º | 0.7% | 0.53% | - |
| HSV(B) | 184.94º | 0.78% | 0.86% | - |
| XYZ | 35.88 | 49.43 | 74.67 | - |
| YUV | 159.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 219 | 0.78 | 0.06 | 0 | 0.14 | 184.94 | 0.7 | 0.53 |
| Hex | 31 | CD | DB | 4E | 6 | 0 | E | B9 | 46 | 35 |
| Octal | 61 | 315 | 333 | 116 | 6 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110001 | 11001101 | 11011011 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #31CDDB
Complementary color
Monochromatic Colors of #31CDDB
Black with #31CDDB
Text Example
Text Example
White with #31CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDDB; }
p { color: rgb(49,205,219); }
H1.HeaderClassName
{
color: #31CDDB;
}
.AnyTagClassName
{
color: #31CDDB;
}
</style>
background-color css
<style>
a { background-color: #31CDDB; }
a { background-color: rgb(49,205,219); }
div.DivClassName
{
background-color: #31CDDB;
}
.BgClassName
{
background-color: #31CDDB;
}
</style>
border-color css
<style>
span { border-color: #31CDDB; }
span { border-color: rgb(49,205,219); }
td.TdClassName
{
border-color: #31CDDB;
}
.TagClassName
{
border-color: #31CDDB;
}
</style>