Shades of Turquoise #49FBCB
Tints of Turquoise #49FBCB
RGB
CMYK
RGB Variations
Color information
#49FBCB (or 0x49FBCB) is known color: Turquoise. HEX triplet: 49, FB and CB. RGB value is (73,251,203). Sum of RGB (Red+Green+Blue) = 73+251+203=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBCB is #B60434. Grayscale: #C0C0C0. Windows color (decimal): -11928629 or 13368137. OLE color: 13368137.
HSL color Cylindrical-coordinate representation of color #49FBCB: hue angle of 163.82º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBCB is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 203 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.02 |
| HSL | 163.82º | 0.96% | 0.64% | - |
| HSV(B) | 163.82º | 0.71% | 0.98% | - |
| XYZ | 48.02 | 74.72 | 68.39 | - |
| YUV | 192.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 203 | 0.71 | 0 | 0.19 | 0.02 | 163.82 | 0.96 | 0.64 |
| Hex | 49 | FB | CB | 47 | 0 | 13 | 2 | A4 | 60 | 40 |
| Octal | 111 | 373 | 313 | 107 | 0 | 23 | 2 | 244 | 140 | 100 |
| Binary | 1001001 | 11111011 | 11001011 | 1000111 | 0 | 10011 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #49FBCB
Complementary color
Monochromatic Colors of #49FBCB
Black with #49FBCB
Text Example
Text Example
White with #49FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBCB; }
p { color: rgb(73,251,203); }
H1.HeaderClassName
{
color: #49FBCB;
}
.AnyTagClassName
{
color: #49FBCB;
}
</style>
background-color css
<style>
a { background-color: #49FBCB; }
a { background-color: rgb(73,251,203); }
div.DivClassName
{
background-color: #49FBCB;
}
.BgClassName
{
background-color: #49FBCB;
}
</style>
border-color css
<style>
span { border-color: #49FBCB; }
span { border-color: rgb(73,251,203); }
td.TdClassName
{
border-color: #49FBCB;
}
.TagClassName
{
border-color: #49FBCB;
}
</style>