Shades of Medium Turquoise #44CEDC
Tints of Medium Turquoise #44CEDC
RGB
CMYK
RGB Variations
Color information
#44CEDC (or 0x44CEDC) is known color: Medium Turquoise. HEX triplet: 44, CE and DC. RGB value is (68,206,220). Sum of RGB (Red+Green+Blue) = 68+206+220=494 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.77% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #44CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDC is #BB3123. Grayscale: #A6A6A6. Windows color (decimal): -12267812 or 14470724. OLE color: 14470724.
HSL color Cylindrical-coordinate representation of color #44CEDC: hue angle of 185.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CEDC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 206 | 220 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.14 |
| HSL | 185.53º | 0.68% | 0.56% | - |
| HSV(B) | 185.53º | 0.69% | 0.86% | - |
| XYZ | 37.37 | 50.54 | 75.5 | - |
| YUV | 166.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 220 | 0.69 | 0.06 | 0 | 0.14 | 185.53 | 0.68 | 0.56 |
| Hex | 44 | CE | DC | 45 | 6 | 0 | E | BA | 44 | 38 |
| Octal | 104 | 316 | 334 | 105 | 6 | 0 | 16 | 272 | 104 | 70 |
| Binary | 1000100 | 11001110 | 11011100 | 1000101 | 110 | 0 | 1110 | 10111010 | 1000100 | 111000 |
Color Harmonies of #44CEDC
Complementary color
Monochromatic Colors of #44CEDC
Black with #44CEDC
Text Example
Text Example
White with #44CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEDC; }
p { color: rgb(68,206,220); }
H1.HeaderClassName
{
color: #44CEDC;
}
.AnyTagClassName
{
color: #44CEDC;
}
</style>
background-color css
<style>
a { background-color: #44CEDC; }
a { background-color: rgb(68,206,220); }
div.DivClassName
{
background-color: #44CEDC;
}
.BgClassName
{
background-color: #44CEDC;
}
</style>
border-color css
<style>
span { border-color: #44CEDC; }
span { border-color: rgb(68,206,220); }
td.TdClassName
{
border-color: #44CEDC;
}
.TagClassName
{
border-color: #44CEDC;
}
</style>