Shades of Medium Turquoise #31CBDB
Tints of Medium Turquoise #31CBDB
RGB
CMYK
RGB Variations
Color information
#31CBDB (or 0x31CBDB) is known color: Medium Turquoise. HEX triplet: 31, CB and DB. RGB value is (49,203,219). Sum of RGB (Red+Green+Blue) = 49+203+219=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBDB is #CE3424. Grayscale: #9E9E9E. Windows color (decimal): -13513765 or 14404401. OLE color: 14404401.
HSL color Cylindrical-coordinate representation of color #31CBDB: hue angle of 185.65º 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 #31CBDB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 203 | 219 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.14 |
| HSL | 185.65º | 0.7% | 0.53% | - |
| HSV(B) | 185.65º | 0.78% | 0.86% | - |
| XYZ | 35.41 | 48.48 | 74.51 | - |
| YUV | 158.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 219 | 0.78 | 0.07 | 0 | 0.14 | 185.65 | 0.7 | 0.53 |
| Hex | 31 | CB | DB | 4E | 7 | 0 | E | BA | 46 | 35 |
| Octal | 61 | 313 | 333 | 116 | 7 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110001 | 11001011 | 11011011 | 1001110 | 111 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #31CBDB
Complementary color
Monochromatic Colors of #31CBDB
Black with #31CBDB
Text Example
Text Example
White with #31CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBDB; }
p { color: rgb(49,203,219); }
H1.HeaderClassName
{
color: #31CBDB;
}
.AnyTagClassName
{
color: #31CBDB;
}
</style>
background-color css
<style>
a { background-color: #31CBDB; }
a { background-color: rgb(49,203,219); }
div.DivClassName
{
background-color: #31CBDB;
}
.BgClassName
{
background-color: #31CBDB;
}
</style>
border-color css
<style>
span { border-color: #31CBDB; }
span { border-color: rgb(49,203,219); }
td.TdClassName
{
border-color: #31CBDB;
}
.TagClassName
{
border-color: #31CBDB;
}
</style>