Shades of Turquoise Blue #49CFEE
Tints of Turquoise Blue #49CFEE
RGB
CMYK
RGB Variations
Color information
#49CFEE (or 0x49CFEE) is known color: Turquoise Blue. HEX triplet: 49, CF and EE. RGB value is (73,207,238). Sum of RGB (Red+Green+Blue) = 73+207+238=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #49CFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEE is #B63011. Grayscale: #AAAAAA. Windows color (decimal): -11939858 or 15650633. OLE color: 15650633.
HSL color Cylindrical-coordinate representation of color #49CFEE: hue angle of 191.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CFEE is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 207 | 238 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.07 |
| HSL | 191.27º | 0.83% | 0.61% | - |
| HSV(B) | 191.27º | 0.69% | 0.93% | - |
| XYZ | 40.49 | 52.22 | 88.83 | - |
| YUV | 170.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 238 | 0.69 | 0.13 | 0 | 0.07 | 191.27 | 0.83 | 0.61 |
| Hex | 49 | CF | EE | 45 | D | 0 | 7 | BF | 53 | 3D |
| Octal | 111 | 317 | 356 | 105 | 15 | 0 | 7 | 277 | 123 | 75 |
| Binary | 1001001 | 11001111 | 11101110 | 1000101 | 1101 | 0 | 111 | 10111111 | 1010011 | 111101 |
Color Harmonies of #49CFEE
Complementary color
Monochromatic Colors of #49CFEE
Black with #49CFEE
Text Example
Text Example
White with #49CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFEE; }
p { color: rgb(73,207,238); }
H1.HeaderClassName
{
color: #49CFEE;
}
.AnyTagClassName
{
color: #49CFEE;
}
</style>
background-color css
<style>
a { background-color: #49CFEE; }
a { background-color: rgb(73,207,238); }
div.DivClassName
{
background-color: #49CFEE;
}
.BgClassName
{
background-color: #49CFEE;
}
</style>
border-color css
<style>
span { border-color: #49CFEE; }
span { border-color: rgb(73,207,238); }
td.TdClassName
{
border-color: #49CFEE;
}
.TagClassName
{
border-color: #49CFEE;
}
</style>