Shades of Medium Turquoise #49CFDF
Tints of Medium Turquoise #49CFDF
RGB
CMYK
RGB Variations
Color information
#49CFDF (or 0x49CFDF) is known color: Medium Turquoise. HEX triplet: 49, CF and DF. RGB value is (73,207,223). Sum of RGB (Red+Green+Blue) = 73+207+223=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #49CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDF is #B63020. Grayscale: #A8A8A8. Windows color (decimal): -11939873 or 14667593. OLE color: 14667593.
HSL color Cylindrical-coordinate representation of color #49CFDF: hue angle of 186.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CFDF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 207 | 223 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.13 |
| HSL | 186.4º | 0.7% | 0.58% | - |
| HSV(B) | 186.4º | 0.67% | 0.87% | - |
| XYZ | 38.38 | 51.37 | 77.7 | - |
| YUV | 168.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 223 | 0.67 | 0.07 | 0 | 0.13 | 186.4 | 0.7 | 0.58 |
| Hex | 49 | CF | DF | 43 | 7 | 0 | D | BA | 46 | 3A |
| Octal | 111 | 317 | 337 | 103 | 7 | 0 | 15 | 272 | 106 | 72 |
| Binary | 1001001 | 11001111 | 11011111 | 1000011 | 111 | 0 | 1101 | 10111010 | 1000110 | 111010 |
Color Harmonies of #49CFDF
Complementary color
Monochromatic Colors of #49CFDF
Black with #49CFDF
Text Example
Text Example
White with #49CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFDF; }
p { color: rgb(73,207,223); }
H1.HeaderClassName
{
color: #49CFDF;
}
.AnyTagClassName
{
color: #49CFDF;
}
</style>
background-color css
<style>
a { background-color: #49CFDF; }
a { background-color: rgb(73,207,223); }
div.DivClassName
{
background-color: #49CFDF;
}
.BgClassName
{
background-color: #49CFDF;
}
</style>
border-color css
<style>
span { border-color: #49CFDF; }
span { border-color: rgb(73,207,223); }
td.TdClassName
{
border-color: #49CFDF;
}
.TagClassName
{
border-color: #49CFDF;
}
</style>