Shades of Turquoise #49FFCB
Tints of Turquoise #49FFCB
RGB
CMYK
RGB Variations
Color information
#49FFCB (or 0x49FFCB) is known color: Turquoise. HEX triplet: 49, FF and CB. RGB value is (73,255,203). Sum of RGB (Red+Green+Blue) = 73+255+203=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFCB is #B60034. Grayscale: #C2C2C2. Windows color (decimal): -11927605 or 13369161. OLE color: 13369161.
HSL color Cylindrical-coordinate representation of color #49FFCB: hue angle of 162.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFCB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 203 | - |
| CMYK | 0.71 | 0 | 0.20 | 0 |
| HSL | 162.86º | 1% | 0.64% | - |
| HSV(B) | 162.86º | 0.71% | 1% | - |
| XYZ | 49.29 | 77.25 | 68.81 | - |
| YUV | 194.65 | 132.7 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 203 | 0.71 | 0 | 0.20 | 0 | 162.86 | 1 | 0.64 |
| Hex | 49 | FF | CB | 47 | 0 | 14 | 0 | A3 | 64 | 40 |
| Octal | 111 | 377 | 313 | 107 | 0 | 24 | 0 | 243 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11001011 | 1000111 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000000 |
Color Harmonies of #49FFCB
Complementary color
Monochromatic Colors of #49FFCB
Black with #49FFCB
Text Example
Text Example
White with #49FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFCB; }
p { color: rgb(73,255,203); }
H1.HeaderClassName
{
color: #49FFCB;
}
.AnyTagClassName
{
color: #49FFCB;
}
</style>
background-color css
<style>
a { background-color: #49FFCB; }
a { background-color: rgb(73,255,203); }
div.DivClassName
{
background-color: #49FFCB;
}
.BgClassName
{
background-color: #49FFCB;
}
</style>
border-color css
<style>
span { border-color: #49FFCB; }
span { border-color: rgb(73,255,203); }
td.TdClassName
{
border-color: #49FFCB;
}
.TagClassName
{
border-color: #49FFCB;
}
</style>