Shades of Medium Turquoise #44CDCD
Tints of Medium Turquoise #44CDCD
RGB
CMYK
RGB Variations
Color information
#44CDCD (or 0x44CDCD) is known color: Medium Turquoise. HEX triplet: 44, CD and CD. RGB value is (68,205,205). Sum of RGB (Red+Green+Blue) = 68+205+205=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #44CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDCD is #BB3232. Grayscale: #A3A3A3. Windows color (decimal): -12268083 or 13487428. OLE color: 13487428.
HSL color Cylindrical-coordinate representation of color #44CDCD: hue angle of 180º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CDCD is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 205 | - |
| CMYK | 0.67 | 0 | 0 | 0.20 |
| HSL | 180º | 0.58% | 0.54% | - |
| HSV(B) | 180º | 0.67% | 0.8% | - |
| XYZ | 35.23 | 49.3 | 65.42 | - |
| YUV | 164.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 205 | 0.67 | 0 | 0 | 0.20 | 180 | 0.58 | 0.54 |
| Hex | 44 | CD | CD | 43 | 0 | 0 | 14 | B4 | 3A | 36 |
| Octal | 104 | 315 | 315 | 103 | 0 | 0 | 24 | 264 | 72 | 66 |
| Binary | 1000100 | 11001101 | 11001101 | 1000011 | 0 | 0 | 10100 | 10110100 | 111010 | 110110 |
Color Harmonies of #44CDCD
Complementary color
Monochromatic Colors of #44CDCD
Black with #44CDCD
Text Example
Text Example
White with #44CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDCD; }
p { color: rgb(68,205,205); }
H1.HeaderClassName
{
color: #44CDCD;
}
.AnyTagClassName
{
color: #44CDCD;
}
</style>
background-color css
<style>
a { background-color: #44CDCD; }
a { background-color: rgb(68,205,205); }
div.DivClassName
{
background-color: #44CDCD;
}
.BgClassName
{
background-color: #44CDCD;
}
</style>
border-color css
<style>
span { border-color: #44CDCD; }
span { border-color: rgb(68,205,205); }
td.TdClassName
{
border-color: #44CDCD;
}
.TagClassName
{
border-color: #44CDCD;
}
</style>