Shades of Turquoise #49DEEA
Tints of Turquoise #49DEEA
RGB
CMYK
RGB Variations
Color information
#49DEEA (or 0x49DEEA) is known color: Turquoise. HEX triplet: 49, DE and EA. RGB value is (73,222,234). Sum of RGB (Red+Green+Blue) = 73+222+234=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #49DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEEA is #B62115. Grayscale: #B2B2B2. Windows color (decimal): -11936022 or 15392329. OLE color: 15392329.
HSL color Cylindrical-coordinate representation of color #49DEEA: hue angle of 184.47º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DEEA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 222 | 234 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.08 |
| HSL | 184.47º | 0.79% | 0.6% | - |
| HSV(B) | 184.47º | 0.69% | 0.92% | - |
| XYZ | 43.72 | 59.6 | 87.04 | - |
| YUV | 178.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 234 | 0.69 | 0.05 | 0 | 0.08 | 184.47 | 0.79 | 0.6 |
| Hex | 49 | DE | EA | 45 | 5 | 0 | 8 | B8 | 4F | 3C |
| Octal | 111 | 336 | 352 | 105 | 5 | 0 | 10 | 270 | 117 | 74 |
| Binary | 1001001 | 11011110 | 11101010 | 1000101 | 101 | 0 | 1000 | 10111000 | 1001111 | 111100 |
Color Harmonies of #49DEEA
Complementary color
Monochromatic Colors of #49DEEA
Black with #49DEEA
Text Example
Text Example
White with #49DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEEA; }
p { color: rgb(73,222,234); }
H1.HeaderClassName
{
color: #49DEEA;
}
.AnyTagClassName
{
color: #49DEEA;
}
</style>
background-color css
<style>
a { background-color: #49DEEA; }
a { background-color: rgb(73,222,234); }
div.DivClassName
{
background-color: #49DEEA;
}
.BgClassName
{
background-color: #49DEEA;
}
</style>
border-color css
<style>
span { border-color: #49DEEA; }
span { border-color: rgb(73,222,234); }
td.TdClassName
{
border-color: #49DEEA;
}
.TagClassName
{
border-color: #49DEEA;
}
</style>