Shades of Turquoise #49DBCF
Tints of Turquoise #49DBCF
RGB
CMYK
RGB Variations
Color information
#49DBCF (or 0x49DBCF) is known color: Turquoise. HEX triplet: 49, DB and CF. RGB value is (73,219,207). Sum of RGB (Red+Green+Blue) = 73+219+207=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBCF is #B62430. Grayscale: #ADADAD. Windows color (decimal): -11936817 or 13622089. OLE color: 13622089.
HSL color Cylindrical-coordinate representation of color #49DBCF: hue angle of 175.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBCF is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 207 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.14 |
| HSL | 175.07º | 0.67% | 0.57% | - |
| HSV(B) | 175.07º | 0.67% | 0.86% | - |
| XYZ | 39.34 | 56.58 | 67.88 | - |
| YUV | 173.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 207 | 0.67 | 0 | 0.05 | 0.14 | 175.07 | 0.67 | 0.57 |
| Hex | 49 | DB | CF | 43 | 0 | 5 | E | AF | 43 | 39 |
| Octal | 111 | 333 | 317 | 103 | 0 | 5 | 16 | 257 | 103 | 71 |
| Binary | 1001001 | 11011011 | 11001111 | 1000011 | 0 | 101 | 1110 | 10101111 | 1000011 | 111001 |
Color Harmonies of #49DBCF
Complementary color
Monochromatic Colors of #49DBCF
Black with #49DBCF
Text Example
Text Example
White with #49DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBCF; }
p { color: rgb(73,219,207); }
H1.HeaderClassName
{
color: #49DBCF;
}
.AnyTagClassName
{
color: #49DBCF;
}
</style>
background-color css
<style>
a { background-color: #49DBCF; }
a { background-color: rgb(73,219,207); }
div.DivClassName
{
background-color: #49DBCF;
}
.BgClassName
{
background-color: #49DBCF;
}
</style>
border-color css
<style>
span { border-color: #49DBCF; }
span { border-color: rgb(73,219,207); }
td.TdClassName
{
border-color: #49DBCF;
}
.TagClassName
{
border-color: #49DBCF;
}
</style>