Shades of Medium Turquoise #49CCCD
Tints of Medium Turquoise #49CCCD
RGB
CMYK
RGB Variations
Color information
#49CCCD (or 0x49CCCD) is known color: Medium Turquoise. HEX triplet: 49, CC and CD. RGB value is (73,204,205). Sum of RGB (Red+Green+Blue) = 73+204+205=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #49CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCCD is #B63332. Grayscale: #A4A4A4. Windows color (decimal): -11940659 or 13487177. OLE color: 13487177.
HSL color Cylindrical-coordinate representation of color #49CCCD: hue angle of 180.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCCD is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 204 | 205 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.20 |
| HSL | 180.45º | 0.57% | 0.55% | - |
| HSV(B) | 180.45º | 0.64% | 0.8% | - |
| XYZ | 35.36 | 49.01 | 65.35 | - |
| YUV | 164.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 205 | 0.64 | 0.00 | 0 | 0.20 | 180.45 | 0.57 | 0.55 |
| Hex | 49 | CC | CD | 40 | 0 | 0 | 14 | B4 | 39 | 37 |
| Octal | 111 | 314 | 315 | 100 | 0 | 0 | 24 | 264 | 71 | 67 |
| Binary | 1001001 | 11001100 | 11001101 | 1000000 | 0 | 0 | 10100 | 10110100 | 111001 | 110111 |
Color Harmonies of #49CCCD
Complementary color
Monochromatic Colors of #49CCCD
Black with #49CCCD
Text Example
Text Example
White with #49CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCCD; }
p { color: rgb(73,204,205); }
H1.HeaderClassName
{
color: #49CCCD;
}
.AnyTagClassName
{
color: #49CCCD;
}
</style>
background-color css
<style>
a { background-color: #49CCCD; }
a { background-color: rgb(73,204,205); }
div.DivClassName
{
background-color: #49CCCD;
}
.BgClassName
{
background-color: #49CCCD;
}
</style>
border-color css
<style>
span { border-color: #49CCCD; }
span { border-color: rgb(73,204,205); }
td.TdClassName
{
border-color: #49CCCD;
}
.TagClassName
{
border-color: #49CCCD;
}
</style>