Shades of Turquoise #49DCED
Tints of Turquoise #49DCED
RGB
CMYK
RGB Variations
Color information
#49DCED (or 0x49DCED) is known color: Turquoise. HEX triplet: 49, DC and ED. RGB value is (73,220,237). Sum of RGB (Red+Green+Blue) = 73+220+237=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #49DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCED is #B62312. Grayscale: #B1B1B1. Windows color (decimal): -11936531 or 15588425. OLE color: 15588425.
HSL color Cylindrical-coordinate representation of color #49DCED: hue angle of 186.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DCED is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 220 | 237 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.07 |
| HSL | 186.22º | 0.82% | 0.61% | - |
| HSV(B) | 186.22º | 0.69% | 0.93% | - |
| XYZ | 43.63 | 58.72 | 89.15 | - |
| YUV | 177.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 237 | 0.69 | 0.07 | 0 | 0.07 | 186.22 | 0.82 | 0.61 |
| Hex | 49 | DC | ED | 45 | 7 | 0 | 7 | BA | 52 | 3D |
| Octal | 111 | 334 | 355 | 105 | 7 | 0 | 7 | 272 | 122 | 75 |
| Binary | 1001001 | 11011100 | 11101101 | 1000101 | 111 | 0 | 111 | 10111010 | 1010010 | 111101 |
Color Harmonies of #49DCED
Complementary color
Monochromatic Colors of #49DCED
Black with #49DCED
Text Example
Text Example
White with #49DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCED; }
p { color: rgb(73,220,237); }
H1.HeaderClassName
{
color: #49DCED;
}
.AnyTagClassName
{
color: #49DCED;
}
</style>
background-color css
<style>
a { background-color: #49DCED; }
a { background-color: rgb(73,220,237); }
div.DivClassName
{
background-color: #49DCED;
}
.BgClassName
{
background-color: #49DCED;
}
</style>
border-color css
<style>
span { border-color: #49DCED; }
span { border-color: rgb(73,220,237); }
td.TdClassName
{
border-color: #49DCED;
}
.TagClassName
{
border-color: #49DCED;
}
</style>