Shades of Turquoise Blue #49CFFD
Tints of Turquoise Blue #49CFFD
RGB
CMYK
RGB Variations
Color information
#49CFFD (or 0x49CFFD) is known color: Turquoise Blue. HEX triplet: 49, CF and FD. RGB value is (73,207,253). Sum of RGB (Red+Green+Blue) = 73+207+253=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #49CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFFD is #B63002. Grayscale: #ABABAB. Windows color (decimal): -11939843 or 16633673. OLE color: 16633673.
HSL color Cylindrical-coordinate representation of color #49CFFD: hue angle of 195.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CFFD is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 207 | 253 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.01 |
| HSL | 195.33º | 0.98% | 0.64% | - |
| HSV(B) | 195.33º | 0.71% | 0.99% | - |
| XYZ | 42.79 | 53.13 | 100.93 | - |
| YUV | 172.18 | 173.61 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 253 | 0.71 | 0.18 | 0 | 0.01 | 195.33 | 0.98 | 0.64 |
| Hex | 49 | CF | FD | 47 | 12 | 0 | 1 | C3 | 62 | 40 |
| Octal | 111 | 317 | 375 | 107 | 22 | 0 | 1 | 303 | 142 | 100 |
| Binary | 1001001 | 11001111 | 11111101 | 1000111 | 10010 | 0 | 1 | 11000011 | 1100010 | 1000000 |
Color Harmonies of #49CFFD
Complementary color
Monochromatic Colors of #49CFFD
Black with #49CFFD
Text Example
Text Example
White with #49CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFFD; }
p { color: rgb(73,207,253); }
H1.HeaderClassName
{
color: #49CFFD;
}
.AnyTagClassName
{
color: #49CFFD;
}
</style>
background-color css
<style>
a { background-color: #49CFFD; }
a { background-color: rgb(73,207,253); }
div.DivClassName
{
background-color: #49CFFD;
}
.BgClassName
{
background-color: #49CFFD;
}
</style>
border-color css
<style>
span { border-color: #49CFFD; }
span { border-color: rgb(73,207,253); }
td.TdClassName
{
border-color: #49CFFD;
}
.TagClassName
{
border-color: #49CFFD;
}
</style>