Shades of Medium Turquoise #49CFDB
Tints of Medium Turquoise #49CFDB
RGB
CMYK
RGB Variations
Color information
#49CFDB (or 0x49CFDB) is known color: Medium Turquoise. HEX triplet: 49, CF and DB. RGB value is (73,207,219). Sum of RGB (Red+Green+Blue) = 73+207+219=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDB is #B63024. Grayscale: #A8A8A8. Windows color (decimal): -11939877 or 14405449. OLE color: 14405449.
HSL color Cylindrical-coordinate representation of color #49CFDB: hue angle of 184.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CFDB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 207 | 219 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.14 |
| HSL | 184.93º | 0.67% | 0.57% | - |
| HSV(B) | 184.93º | 0.67% | 0.86% | - |
| XYZ | 37.85 | 51.16 | 74.9 | - |
| YUV | 168.3 | 156.61 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 219 | 0.67 | 0.05 | 0 | 0.14 | 184.93 | 0.67 | 0.57 |
| Hex | 49 | CF | DB | 43 | 5 | 0 | E | B9 | 43 | 39 |
| Octal | 111 | 317 | 333 | 103 | 5 | 0 | 16 | 271 | 103 | 71 |
| Binary | 1001001 | 11001111 | 11011011 | 1000011 | 101 | 0 | 1110 | 10111001 | 1000011 | 111001 |
Color Harmonies of #49CFDB
Complementary color
Monochromatic Colors of #49CFDB
Black with #49CFDB
Text Example
Text Example
White with #49CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFDB; }
p { color: rgb(73,207,219); }
H1.HeaderClassName
{
color: #49CFDB;
}
.AnyTagClassName
{
color: #49CFDB;
}
</style>
background-color css
<style>
a { background-color: #49CFDB; }
a { background-color: rgb(73,207,219); }
div.DivClassName
{
background-color: #49CFDB;
}
.BgClassName
{
background-color: #49CFDB;
}
</style>
border-color css
<style>
span { border-color: #49CFDB; }
span { border-color: rgb(73,207,219); }
td.TdClassName
{
border-color: #49CFDB;
}
.TagClassName
{
border-color: #49CFDB;
}
</style>