Shades of Medium Turquoise #49CADF
Tints of Medium Turquoise #49CADF
RGB
CMYK
RGB Variations
Color information
#49CADF (or 0x49CADF) is known color: Medium Turquoise. HEX triplet: 49, CA and DF. RGB value is (73,202,223). Sum of RGB (Red+Green+Blue) = 73+202+223=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #49CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CADF is #B63520. Grayscale: #A5A5A5. Windows color (decimal): -11941153 or 14666313. OLE color: 14666313.
HSL color Cylindrical-coordinate representation of color #49CADF: hue angle of 188.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 #49CADF is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 202 | 223 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.13 |
| HSL | 188.4º | 0.7% | 0.58% | - |
| HSV(B) | 188.4º | 0.67% | 0.87% | - |
| XYZ | 37.19 | 48.99 | 77.31 | - |
| YUV | 165.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 223 | 0.67 | 0.09 | 0 | 0.13 | 188.4 | 0.7 | 0.58 |
| Hex | 49 | CA | DF | 43 | 9 | 0 | D | BC | 46 | 3A |
| Octal | 111 | 312 | 337 | 103 | 11 | 0 | 15 | 274 | 106 | 72 |
| Binary | 1001001 | 11001010 | 11011111 | 1000011 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111010 |
Color Harmonies of #49CADF
Complementary color
Monochromatic Colors of #49CADF
Black with #49CADF
Text Example
Text Example
White with #49CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CADF; }
p { color: rgb(73,202,223); }
H1.HeaderClassName
{
color: #49CADF;
}
.AnyTagClassName
{
color: #49CADF;
}
</style>
background-color css
<style>
a { background-color: #49CADF; }
a { background-color: rgb(73,202,223); }
div.DivClassName
{
background-color: #49CADF;
}
.BgClassName
{
background-color: #49CADF;
}
</style>
border-color css
<style>
span { border-color: #49CADF; }
span { border-color: rgb(73,202,223); }
td.TdClassName
{
border-color: #49CADF;
}
.TagClassName
{
border-color: #49CADF;
}
</style>