Shades of Turquoise #49DFCB
Tints of Turquoise #49DFCB
RGB
CMYK
RGB Variations
Color information
#49DFCB (or 0x49DFCB) is known color: Turquoise. HEX triplet: 49, DF and CB. RGB value is (73,223,203). Sum of RGB (Red+Green+Blue) = 73+223+203=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFCB is #B62034. Grayscale: #AFAFAF. Windows color (decimal): -11935797 or 13360969. OLE color: 13360969.
HSL color Cylindrical-coordinate representation of color #49DFCB: hue angle of 172º degrees, saturation: 0.7, 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 #49DFCB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 223 | 203 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 172º | 0.7% | 0.58% | - |
| HSV(B) | 172º | 0.67% | 0.87% | - |
| XYZ | 39.91 | 58.5 | 65.69 | - |
| YUV | 175.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 203 | 0.67 | 0 | 0.09 | 0.13 | 172 | 0.7 | 0.58 |
| Hex | 49 | DF | CB | 43 | 0 | 9 | D | AC | 46 | 3A |
| Octal | 111 | 337 | 313 | 103 | 0 | 11 | 15 | 254 | 106 | 72 |
| Binary | 1001001 | 11011111 | 11001011 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000110 | 111010 |
Color Harmonies of #49DFCB
Complementary color
Monochromatic Colors of #49DFCB
Black with #49DFCB
Text Example
Text Example
White with #49DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFCB; }
p { color: rgb(73,223,203); }
H1.HeaderClassName
{
color: #49DFCB;
}
.AnyTagClassName
{
color: #49DFCB;
}
</style>
background-color css
<style>
a { background-color: #49DFCB; }
a { background-color: rgb(73,223,203); }
div.DivClassName
{
background-color: #49DFCB;
}
.BgClassName
{
background-color: #49DFCB;
}
</style>
border-color css
<style>
span { border-color: #49DFCB; }
span { border-color: rgb(73,223,203); }
td.TdClassName
{
border-color: #49DFCB;
}
.TagClassName
{
border-color: #49DFCB;
}
</style>