Shades of Medium Turquoise #49CCDE
Tints of Medium Turquoise #49CCDE
RGB
CMYK
RGB Variations
Color information
#49CCDE (or 0x49CCDE) is known color: Medium Turquoise. HEX triplet: 49, CC and DE. RGB value is (73,204,222). Sum of RGB (Red+Green+Blue) = 73+204+222=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #49CCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCDE is #B63321. Grayscale: #A6A6A6. Windows color (decimal): -11940642 or 14601289. OLE color: 14601289.
HSL color Cylindrical-coordinate representation of color #49CCDE: hue angle of 187.25º 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 #49CCDE is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 204 | 222 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 187.25º | 0.69% | 0.58% | - |
| HSV(B) | 187.25º | 0.67% | 0.87% | - |
| XYZ | 37.53 | 49.88 | 76.76 | - |
| YUV | 166.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 222 | 0.67 | 0.08 | 0 | 0.13 | 187.25 | 0.69 | 0.58 |
| Hex | 49 | CC | DE | 43 | 8 | 0 | D | BB | 45 | 3A |
| Octal | 111 | 314 | 336 | 103 | 10 | 0 | 15 | 273 | 105 | 72 |
| Binary | 1001001 | 11001100 | 11011110 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111010 |
Color Harmonies of #49CCDE
Complementary color
Monochromatic Colors of #49CCDE
Black with #49CCDE
Text Example
Text Example
White with #49CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCDE; }
p { color: rgb(73,204,222); }
H1.HeaderClassName
{
color: #49CCDE;
}
.AnyTagClassName
{
color: #49CCDE;
}
</style>
background-color css
<style>
a { background-color: #49CCDE; }
a { background-color: rgb(73,204,222); }
div.DivClassName
{
background-color: #49CCDE;
}
.BgClassName
{
background-color: #49CCDE;
}
</style>
border-color css
<style>
span { border-color: #49CCDE; }
span { border-color: rgb(73,204,222); }
td.TdClassName
{
border-color: #49CCDE;
}
.TagClassName
{
border-color: #49CCDE;
}
</style>