Shades of Medium Turquoise #44CEC8
Tints of Medium Turquoise #44CEC8
RGB
CMYK
RGB Variations
Color information
#44CEC8 (or 0x44CEC8) is known color: Medium Turquoise. HEX triplet: 44, CE and C8. RGB value is (68,206,200). Sum of RGB (Red+Green+Blue) = 68+206+200=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #44CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEC8 is #BB3137. Grayscale: #A3A3A3. Windows color (decimal): -12267832 or 13160004. OLE color: 13160004.
HSL color Cylindrical-coordinate representation of color #44CEC8: hue angle of 177.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CEC8 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 200 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.19 |
| HSL | 177.39º | 0.58% | 0.54% | - |
| HSV(B) | 177.39º | 0.67% | 0.81% | - |
| XYZ | 34.88 | 49.54 | 62.37 | - |
| YUV | 164.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 200 | 0.67 | 0 | 0.03 | 0.19 | 177.39 | 0.58 | 0.54 |
| Hex | 44 | CE | C8 | 43 | 0 | 3 | 13 | B1 | 3A | 36 |
| Octal | 104 | 316 | 310 | 103 | 0 | 3 | 23 | 261 | 72 | 66 |
| Binary | 1000100 | 11001110 | 11001000 | 1000011 | 0 | 11 | 10011 | 10110001 | 111010 | 110110 |
Color Harmonies of #44CEC8
Complementary color
Monochromatic Colors of #44CEC8
Black with #44CEC8
Text Example
Text Example
White with #44CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CEC8; }
p { color: rgb(68,206,200); }
H1.HeaderClassName
{
color: #44CEC8;
}
.AnyTagClassName
{
color: #44CEC8;
}
</style>
background-color css
<style>
a { background-color: #44CEC8; }
a { background-color: rgb(68,206,200); }
div.DivClassName
{
background-color: #44CEC8;
}
.BgClassName
{
background-color: #44CEC8;
}
</style>
border-color css
<style>
span { border-color: #44CEC8; }
span { border-color: rgb(68,206,200); }
td.TdClassName
{
border-color: #44CEC8;
}
.TagClassName
{
border-color: #44CEC8;
}
</style>