Shades of Medium Turquoise #49CCDF
Tints of Medium Turquoise #49CCDF
RGB
CMYK
RGB Variations
Color information
#49CCDF (or 0x49CCDF) is known color: Medium Turquoise. HEX triplet: 49, CC and DF. RGB value is (73,204,223). Sum of RGB (Red+Green+Blue) = 73+204+223=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #49CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCDF is #B63320. Grayscale: #A6A6A6. Windows color (decimal): -11940641 or 14666825. OLE color: 14666825.
HSL color Cylindrical-coordinate representation of color #49CCDF: hue angle of 187.6º 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 #49CCDF is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 204 | 223 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.13 |
| HSL | 187.6º | 0.7% | 0.58% | - |
| HSV(B) | 187.6º | 0.67% | 0.87% | - |
| XYZ | 37.66 | 49.93 | 77.46 | - |
| YUV | 167 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 223 | 0.67 | 0.09 | 0 | 0.13 | 187.6 | 0.7 | 0.58 |
| Hex | 49 | CC | DF | 43 | 9 | 0 | D | BC | 46 | 3A |
| Octal | 111 | 314 | 337 | 103 | 11 | 0 | 15 | 274 | 106 | 72 |
| Binary | 1001001 | 11001100 | 11011111 | 1000011 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111010 |
Color Harmonies of #49CCDF
Complementary color
Monochromatic Colors of #49CCDF
Black with #49CCDF
Text Example
Text Example
White with #49CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCDF; }
p { color: rgb(73,204,223); }
H1.HeaderClassName
{
color: #49CCDF;
}
.AnyTagClassName
{
color: #49CCDF;
}
</style>
background-color css
<style>
a { background-color: #49CCDF; }
a { background-color: rgb(73,204,223); }
div.DivClassName
{
background-color: #49CCDF;
}
.BgClassName
{
background-color: #49CCDF;
}
</style>
border-color css
<style>
span { border-color: #49CCDF; }
span { border-color: rgb(73,204,223); }
td.TdClassName
{
border-color: #49CCDF;
}
.TagClassName
{
border-color: #49CCDF;
}
</style>