Shades of Medium Turquoise #31CFDB
Tints of Medium Turquoise #31CFDB
RGB
CMYK
RGB Variations
Color information
#31CFDB (or 0x31CFDB) is known color: Medium Turquoise. HEX triplet: 31, CF and DB. RGB value is (49,207,219). Sum of RGB (Red+Green+Blue) = 49+207+219=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #31CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFDB is #CE3024. Grayscale: #A0A0A0. Windows color (decimal): -13512741 or 14405425. OLE color: 14405425.
HSL color Cylindrical-coordinate representation of color #31CFDB: hue angle of 184.24º 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 #31CFDB is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 207 | 219 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.14 |
| HSL | 184.24º | 0.7% | 0.53% | - |
| HSV(B) | 184.24º | 0.78% | 0.86% | - |
| XYZ | 36.37 | 50.39 | 74.83 | - |
| YUV | 161.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 219 | 0.78 | 0.05 | 0 | 0.14 | 184.24 | 0.7 | 0.53 |
| Hex | 31 | CF | DB | 4E | 5 | 0 | E | B8 | 46 | 35 |
| Octal | 61 | 317 | 333 | 116 | 5 | 0 | 16 | 270 | 106 | 65 |
| Binary | 110001 | 11001111 | 11011011 | 1001110 | 101 | 0 | 1110 | 10111000 | 1000110 | 110101 |
Color Harmonies of #31CFDB
Complementary color
Monochromatic Colors of #31CFDB
Black with #31CFDB
Text Example
Text Example
White with #31CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFDB; }
p { color: rgb(49,207,219); }
H1.HeaderClassName
{
color: #31CFDB;
}
.AnyTagClassName
{
color: #31CFDB;
}
</style>
background-color css
<style>
a { background-color: #31CFDB; }
a { background-color: rgb(49,207,219); }
div.DivClassName
{
background-color: #31CFDB;
}
.BgClassName
{
background-color: #31CFDB;
}
</style>
border-color css
<style>
span { border-color: #31CFDB; }
span { border-color: rgb(49,207,219); }
td.TdClassName
{
border-color: #31CFDB;
}
.TagClassName
{
border-color: #31CFDB;
}
</style>