Shades of Turquoise #49FBCC
Tints of Turquoise #49FBCC
RGB
CMYK
RGB Variations
Color information
#49FBCC (or 0x49FBCC) is known color: Turquoise. HEX triplet: 49, FB and CC. RGB value is (73,251,204). Sum of RGB (Red+Green+Blue) = 73+251+204=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBCC is #B60433. Grayscale: #C0C0C0. Windows color (decimal): -11928628 or 13433673. OLE color: 13433673.
HSL color Cylindrical-coordinate representation of color #49FBCC: hue angle of 164.16º 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 #49FBCC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 204 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.02 |
| HSL | 164.16º | 0.96% | 0.64% | - |
| HSV(B) | 164.16º | 0.71% | 0.98% | - |
| XYZ | 48.14 | 74.77 | 69.02 | - |
| YUV | 192.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 204 | 0.71 | 0 | 0.19 | 0.02 | 164.16 | 0.96 | 0.64 |
| Hex | 49 | FB | CC | 47 | 0 | 13 | 2 | A4 | 60 | 40 |
| Octal | 111 | 373 | 314 | 107 | 0 | 23 | 2 | 244 | 140 | 100 |
| Binary | 1001001 | 11111011 | 11001100 | 1000111 | 0 | 10011 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #49FBCC
Complementary color
Monochromatic Colors of #49FBCC
Black with #49FBCC
Text Example
Text Example
White with #49FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBCC; }
p { color: rgb(73,251,204); }
H1.HeaderClassName
{
color: #49FBCC;
}
.AnyTagClassName
{
color: #49FBCC;
}
</style>
background-color css
<style>
a { background-color: #49FBCC; }
a { background-color: rgb(73,251,204); }
div.DivClassName
{
background-color: #49FBCC;
}
.BgClassName
{
background-color: #49FBCC;
}
</style>
border-color css
<style>
span { border-color: #49FBCC; }
span { border-color: rgb(73,251,204); }
td.TdClassName
{
border-color: #49FBCC;
}
.TagClassName
{
border-color: #49FBCC;
}
</style>