Shades of Medium Turquoise #44CECE
Tints of Medium Turquoise #44CECE
RGB
CMYK
RGB Variations
Color information
#44CECE (or 0x44CECE) is known color: Medium Turquoise. HEX triplet: 44, CE and CE. RGB value is (68,206,206). Sum of RGB (Red+Green+Blue) = 68+206+206=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #44CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CECE is #BB3131. Grayscale: #A4A4A4. Windows color (decimal): -12267826 or 13553220. OLE color: 13553220.
HSL color Cylindrical-coordinate representation of color #44CECE: hue angle of 180º 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 #44CECE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 206 | - |
| CMYK | 0.67 | 0 | 0 | 0.19 |
| HSL | 180º | 0.58% | 0.54% | - |
| HSV(B) | 180º | 0.67% | 0.81% | - |
| XYZ | 35.6 | 49.83 | 66.13 | - |
| YUV | 164.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 206 | 0.67 | 0 | 0 | 0.19 | 180 | 0.58 | 0.54 |
| Hex | 44 | CE | CE | 43 | 0 | 0 | 13 | B4 | 3A | 36 |
| Octal | 104 | 316 | 316 | 103 | 0 | 0 | 23 | 264 | 72 | 66 |
| Binary | 1000100 | 11001110 | 11001110 | 1000011 | 0 | 0 | 10011 | 10110100 | 111010 | 110110 |
Color Harmonies of #44CECE
Complementary color
Monochromatic Colors of #44CECE
Black with #44CECE
Text Example
Text Example
White with #44CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CECE; }
p { color: rgb(68,206,206); }
H1.HeaderClassName
{
color: #44CECE;
}
.AnyTagClassName
{
color: #44CECE;
}
</style>
background-color css
<style>
a { background-color: #44CECE; }
a { background-color: rgb(68,206,206); }
div.DivClassName
{
background-color: #44CECE;
}
.BgClassName
{
background-color: #44CECE;
}
</style>
border-color css
<style>
span { border-color: #44CECE; }
span { border-color: rgb(68,206,206); }
td.TdClassName
{
border-color: #44CECE;
}
.TagClassName
{
border-color: #44CECE;
}
</style>