Shades of Medium Turquoise #49CEDA
Tints of Medium Turquoise #49CEDA
RGB
CMYK
RGB Variations
Color information
#49CEDA (or 0x49CEDA) is known color: Medium Turquoise. HEX triplet: 49, CE and DA. RGB value is (73,206,218). Sum of RGB (Red+Green+Blue) = 73+206+218=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #49CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEDA is #B63125. Grayscale: #A7A7A7. Windows color (decimal): -11940134 or 14339657. OLE color: 14339657.
HSL color Cylindrical-coordinate representation of color #49CEDA: hue angle of 184.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CEDA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 206 | 218 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.15 |
| HSL | 184.97º | 0.66% | 0.57% | - |
| HSV(B) | 184.97º | 0.67% | 0.85% | - |
| XYZ | 37.47 | 50.62 | 74.13 | - |
| YUV | 167.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 218 | 0.67 | 0.06 | 0 | 0.15 | 184.97 | 0.66 | 0.57 |
| Hex | 49 | CE | DA | 43 | 6 | 0 | F | B9 | 42 | 39 |
| Octal | 111 | 316 | 332 | 103 | 6 | 0 | 17 | 271 | 102 | 71 |
| Binary | 1001001 | 11001110 | 11011010 | 1000011 | 110 | 0 | 1111 | 10111001 | 1000010 | 111001 |
Color Harmonies of #49CEDA
Complementary color
Monochromatic Colors of #49CEDA
Black with #49CEDA
Text Example
Text Example
White with #49CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEDA; }
p { color: rgb(73,206,218); }
H1.HeaderClassName
{
color: #49CEDA;
}
.AnyTagClassName
{
color: #49CEDA;
}
</style>
background-color css
<style>
a { background-color: #49CEDA; }
a { background-color: rgb(73,206,218); }
div.DivClassName
{
background-color: #49CEDA;
}
.BgClassName
{
background-color: #49CEDA;
}
</style>
border-color css
<style>
span { border-color: #49CEDA; }
span { border-color: rgb(73,206,218); }
td.TdClassName
{
border-color: #49CEDA;
}
.TagClassName
{
border-color: #49CEDA;
}
</style>