Shades of Medium Turquoise #49CBCF
Tints of Medium Turquoise #49CBCF
RGB
CMYK
RGB Variations
Color information
#49CBCF (or 0x49CBCF) is known color: Medium Turquoise. HEX triplet: 49, CB and CF. RGB value is (73,203,207). Sum of RGB (Red+Green+Blue) = 73+203+207=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #49CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBCF is #B63430. Grayscale: #A4A4A4. Windows color (decimal): -11940913 or 13617993. OLE color: 13617993.
HSL color Cylindrical-coordinate representation of color #49CBCF: hue angle of 181.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CBCF is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 203 | 207 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.19 |
| HSL | 181.79º | 0.58% | 0.55% | - |
| HSV(B) | 181.79º | 0.65% | 0.81% | - |
| XYZ | 35.37 | 48.63 | 66.55 | - |
| YUV | 164.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 207 | 0.65 | 0.02 | 0 | 0.19 | 181.79 | 0.58 | 0.55 |
| Hex | 49 | CB | CF | 41 | 2 | 0 | 13 | B6 | 3A | 37 |
| Octal | 111 | 313 | 317 | 101 | 2 | 0 | 23 | 266 | 72 | 67 |
| Binary | 1001001 | 11001011 | 11001111 | 1000001 | 10 | 0 | 10011 | 10110110 | 111010 | 110111 |
Color Harmonies of #49CBCF
Complementary color
Monochromatic Colors of #49CBCF
Black with #49CBCF
Text Example
Text Example
White with #49CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBCF; }
p { color: rgb(73,203,207); }
H1.HeaderClassName
{
color: #49CBCF;
}
.AnyTagClassName
{
color: #49CBCF;
}
</style>
background-color css
<style>
a { background-color: #49CBCF; }
a { background-color: rgb(73,203,207); }
div.DivClassName
{
background-color: #49CBCF;
}
.BgClassName
{
background-color: #49CBCF;
}
</style>
border-color css
<style>
span { border-color: #49CBCF; }
span { border-color: rgb(73,203,207); }
td.TdClassName
{
border-color: #49CBCF;
}
.TagClassName
{
border-color: #49CBCF;
}
</style>