Shades of Medium Turquoise #49CACF
Tints of Medium Turquoise #49CACF
RGB
CMYK
RGB Variations
Color information
#49CACF (or 0x49CACF) is known color: Medium Turquoise. HEX triplet: 49, CA and CF. RGB value is (73,202,207). Sum of RGB (Red+Green+Blue) = 73+202+207=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #49CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CACF is #B63530. Grayscale: #A3A3A3. Windows color (decimal): -11941169 or 13617737. OLE color: 13617737.
HSL color Cylindrical-coordinate representation of color #49CACF: hue angle of 182.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CACF is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 202 | 207 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.19 |
| HSL | 182.24º | 0.58% | 0.55% | - |
| HSV(B) | 182.24º | 0.65% | 0.81% | - |
| XYZ | 35.13 | 48.16 | 66.48 | - |
| YUV | 164 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 207 | 0.65 | 0.02 | 0 | 0.19 | 182.24 | 0.58 | 0.55 |
| Hex | 49 | CA | CF | 41 | 2 | 0 | 13 | B6 | 3A | 37 |
| Octal | 111 | 312 | 317 | 101 | 2 | 0 | 23 | 266 | 72 | 67 |
| Binary | 1001001 | 11001010 | 11001111 | 1000001 | 10 | 0 | 10011 | 10110110 | 111010 | 110111 |
Color Harmonies of #49CACF
Complementary color
Monochromatic Colors of #49CACF
Black with #49CACF
Text Example
Text Example
White with #49CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CACF; }
p { color: rgb(73,202,207); }
H1.HeaderClassName
{
color: #49CACF;
}
.AnyTagClassName
{
color: #49CACF;
}
</style>
background-color css
<style>
a { background-color: #49CACF; }
a { background-color: rgb(73,202,207); }
div.DivClassName
{
background-color: #49CACF;
}
.BgClassName
{
background-color: #49CACF;
}
</style>
border-color css
<style>
span { border-color: #49CACF; }
span { border-color: rgb(73,202,207); }
td.TdClassName
{
border-color: #49CACF;
}
.TagClassName
{
border-color: #49CACF;
}
</style>