Shades of Medium Turquoise #49CFDE
Tints of Medium Turquoise #49CFDE
RGB
CMYK
RGB Variations
Color information
#49CFDE (or 0x49CFDE) is known color: Medium Turquoise. HEX triplet: 49, CF and DE. RGB value is (73,207,222). Sum of RGB (Red+Green+Blue) = 73+207+222=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #49CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDE is #B63021. Grayscale: #A8A8A8. Windows color (decimal): -11939874 or 14602057. OLE color: 14602057.
HSL color Cylindrical-coordinate representation of color #49CFDE: hue angle of 186.04º degrees, saturation: 0.69, 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 #49CFDE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 207 | 222 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.13 |
| HSL | 186.04º | 0.69% | 0.58% | - |
| HSV(B) | 186.04º | 0.67% | 0.87% | - |
| XYZ | 38.25 | 51.32 | 77 | - |
| YUV | 168.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 222 | 0.67 | 0.07 | 0 | 0.13 | 186.04 | 0.69 | 0.58 |
| Hex | 49 | CF | DE | 43 | 7 | 0 | D | BA | 45 | 3A |
| Octal | 111 | 317 | 336 | 103 | 7 | 0 | 15 | 272 | 105 | 72 |
| Binary | 1001001 | 11001111 | 11011110 | 1000011 | 111 | 0 | 1101 | 10111010 | 1000101 | 111010 |
Color Harmonies of #49CFDE
Complementary color
Monochromatic Colors of #49CFDE
Black with #49CFDE
Text Example
Text Example
White with #49CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFDE; }
p { color: rgb(73,207,222); }
H1.HeaderClassName
{
color: #49CFDE;
}
.AnyTagClassName
{
color: #49CFDE;
}
</style>
background-color css
<style>
a { background-color: #49CFDE; }
a { background-color: rgb(73,207,222); }
div.DivClassName
{
background-color: #49CFDE;
}
.BgClassName
{
background-color: #49CFDE;
}
</style>
border-color css
<style>
span { border-color: #49CFDE; }
span { border-color: rgb(73,207,222); }
td.TdClassName
{
border-color: #49CFDE;
}
.TagClassName
{
border-color: #49CFDE;
}
</style>